web_search_run
ActiveTool of Social Fetch
declared in 0.19.0
Search the public web and return ranked organic results with snippets. Accepts a query.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"page": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Page number (1-based). Defaults to 1 when omitted."
},
"query": {
"type": "string",
"maxLength": 500,
"minLength": 1,
"description": "Search query text to run against the public web."
},
"region": {
"type": "string",
"description": "ISO 3166-1 country code for localized results (e.g. US, GB, CA)."
},
"datePosted": {
"enum": [
"last-hour",
"last-day",
"last-week",
"last-month",
"last-year"
],
"type": "string",
"description": "Optional filter by when results were posted."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries