Skip to main content
Glama

research

Investigate open questions that require synthesis across multiple sources: plan searches, read primary evidence, and iterate to a grounded, cited conclusion.

Instructions

INVESTIGATE an open question that has no ready-made answer sitting on any single page - the kind you would hand to a research analyst, not look up. The model DRIVES an iterative loop: it plans what to find, searches, reads the best PRIMARY sources, notices what is STILL missing, searches again, and reasons to a GROUNDED conclusion - or reports honestly that the web does not support one. Reach for it when the answer must be WORKED OUT, not retrieved: open/analytical ("is RAG becoming obsolete as context windows grow to millions of tokens?"), contested ("have LLM scaling laws hit diminishing returns, and why?"), or multi-part where the answer is spread across sources one search will not all surface ("how do Tavily, Exa and Firecrawl differ on pricing AND what each returns"). deep_search reads what ONE search surfaced; research works out what to search for at all and synthesizes an answer no single page states. Do NOT use it for a quick fact (web_search), a known page (fetch), or a question one search settles (deep_search) - it is slower and spends one of a small monthly allowance. It runs for a MINUTE OR MORE and is delivered by polling: if the reply is {"state": "researching"}, the work is still going - call again with the SAME query until you get the report (the MCP client does this for you automatically). Returns a cited evidence pack (passages with source urls) and, by default, a grounded answer written ONLY from those passages - never invented - that also names what the sources do not cover. Billed as ONE research run against your plan's monthly allowance, ONLY when it completes; polling is free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_tokensNo
include_answerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full behavioral disclosure burden and does so richly. It explains the iterative loop, polling behavior with the exact `{"state": "researching"}` reply, billing semantics ('Billed as ONE research run... ONLY when it completes; polling is free'), grounding constraints ('written ONLY from those passages - never invented'), and that the answer names coverage gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but information-dense, with the core purpose front-loaded and alternative tools explicitly excluded. Each sentence adds meaningful operational or selection detail, though the length could be trimmed slightly without losing critical content; it does not waste words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a complex, multi-phase research tool with no annotations and a high-stakes polling/billing model. The description covers the full workflow, return shape ('cited evidence pack (`passages` with source urls)' and 'grounded `answer`'), polling contract, billing rules, and honesty about unsupported conclusions. The presence of an output schema means return-values don't need full enumeration, but the description goes well beyond minimum.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has zero description coverage, so the description must compensate. It provides strong semantics for the query parameter (the kind of question to investigate) and indirectly covers include_answer by mentioning 'by default, a grounded answer.' However, max_tokens is never explained in the description, and the schema itself only provides a title and default, leaving this parameter's purpose ambiguous.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a strong verb and resource: 'INVESTIGATE an open question that has no ready-made answer sitting on any single page.' It clearly distinguishes itself from siblings by contrasting with deep_search, web_search, and fetch, emphasizing that it synthesizes across multiple sources rather than retrieving one result.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance with concrete examples (open/analytical, contested, multi-part) and explicit when-not-to-use instructions ('Do NOT use it for a quick fact (web_search), a known page (fetch), or a question one search settles (deep_search)'). It also mentions cost and latency trade-offs, helping the agent select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rozetyp/grounder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server