You're viewing a demo portfolio

Join the waitlist
PRSM

web_research

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Answer a research question from live web sources in one call — returns a synthesized answer with numbered [N] citation markers and a citations array of {url, title, index}. Supports recency and domain filters. Use for questions needing current, sourced information (news about a company, market state, comparisons). For raw search result links use web.search; mode='deep' runs minutes-long exhaustive research — only when explicitly requested.

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "mode": {
      "enum": [
        "quick",
        "pro",
        "deep"
      ],
      "type": "string",
      "default": "quick",
      "description": "Research depth: 'quick' (default, seconds, cheapest), 'pro' (harder questions, better sourcing), 'deep' (autonomous multi-step research, takes minutes — only when the user explicitly wants an exhaustive report)."
    },
    "query": {
      "type": "string",
      "description": "Research question. Specific scoped questions outperform vague keywords."
    },
    "domains": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Restrict search to these domains (max 10), e.g. ['coindesk.com', 'cointelegraph.com']. Prefix with '-' to exclude a domain."
    },
    "recency": {
      "enum": [
        "day",
        "week",
        "month",
        "year"
      ],
      "type": "string",
      "description": "Only use sources from this window. Omit for no limit."
    }
  }
}

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 →
web_research — io.github.saloprj/dialogbrain — PRSM MCP