web_ask_run
ActiveTool of Social Fetch
declared in 0.19.0
Ask a natural-language question about a specific web page and get an LLM-generated answer. Accepts a URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url",
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 500,
"minLength": 1,
"description": "Natural-language question to answer about the page content."
},
"url": {
"type": "string",
"maxLength": 2083,
"minLength": 1,
"description": "Web page URL to fetch."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries