web_search
ActiveTool of io.github.saloprj/dialogbrain
Search the web for current information, news, facts, prices, or events. Use this when the user asks about something that requires up-to-date information from the internet, or when internal knowledge base doesn't have the answer. Examples: recent news, stock prices, weather, product information, current events.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query - what to search for on the web."
},
"num_results": {
"type": "integer",
"default": 5,
"maximum": 10,
"minimum": 1,
"description": "Number of results to return (1-10)."
},
"search_type": {
"enum": [
"search",
"news"
],
"type": "string",
"default": "search",
"description": "Type of search: 'search' for general web, 'news' for news articles."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries