web__local_search
ActiveTool of io.github.saloprj/dialogbrain
Multi-source web research with citations. Returns a synthesized answer with numbered [^1] markers and a citations array of {url, title, snippet, index}. Use for evidence-backed synthesis (competitive analysis, regulatory summary, whitepaper section). For quick fact lookups use web.search instead.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Research question. Specific scoped questions outperform vague keywords."
},
"language": {
"type": "string",
"default": "en",
"description": "Search language hint (BCP-47, e.g. 'en', 'ru'). Defaults to 'en'. The synthesis output language matches the query language regardless."
},
"num_sources": {
"type": "integer",
"default": 4,
"maximum": 4,
"minimum": 1,
"description": "How many top search results to fetch and synthesize (1-4, default 4). Lower = faster + cheaper, higher = more comprehensive."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries