You're viewing a demo portfolio

Join the waitlist
PRSM

web_search

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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."
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →