Skip to main content
Glama

deep_research

Multi-step cited research in one call: plans sub-questions, searches each, fetches and dedupes sources, then synthesizes an answer with inline [n] citations, key findings, and gaps. Unlike research ($0.08, one search + summary) this decomposes the question and cites every claim. SLOW: a standard run takes ~30-60 seconds — use a generous client timeout and do not retry on timeout. Price: $0.20 standard (3 sub-questions, 8 sources) / $0.35 deep (5 sub-questions, 12 sources)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoResearch tier: standard = 3 sub-questions / 8 sources ($0.20); deep = 5 / 12 ($0.35). Default: standard
queryYesThe research question (1-500 chars)

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden. It discloses performance (30-60 seconds), cost tiers ($0.20/$0.35), the internal steps (sub-questions, dedupe), and a clear caution about timeout behavior. This is rich behavioral context that substantially helps an agent anticipate side effects.

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

Conciseness5/5

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

The description is three sentences, front-loaded with the core purpose, and every sentence earns its place: the first explains what it does, the second differentiates from `research`, and the third provides essential operational and pricing details. It is information-dense without being wordy.

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?

The tool is complex, but the description covers the full workflow, the return value's shape (inline citations, key findings, gaps), the time and cost behavior, and the differentiation from siblings. No output schema exists, yet the description adequately explains what the agent will receive.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add parameter-level meaning beyond what the schema already provides; the depth enum details and default are fully captured in the schema. Thus no extra value is added here.

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 specific verb phrase 'Multi-step cited research' and details the process: plans sub-questions, searches each, fetches/dedupes sources, and synthesizes an answer with citations, key findings, and gaps. It explicitly contrasts with the sibling tool `research`, making its distinct purpose unmistakable.

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 directly names the alternative `research` and explains when that tool is appropriate (one search + summary) versus `deep_research` (multi-step decomposition, citations per claim). It also gives explicit operational guidance: SLOW, use generous timeout, do not retry on timeout. This effectively covers when to use and when not to use.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation2/5

Several tool clusters have near-overlapping purposes: fetch_webpage/fetch_webpage_pro/fetch_resilient and batch_fetch/get_contents are hard to distinguish, and answer_question/research/deep_research differ mainly in price and depth. The search_* and intel_* families are clearer, but the core fetching and research overlap creates ambiguity.

Naming Consistency3/5

Most tools follow a verb_noun snake_case pattern (fetch_webpage, search_web, extract_data), but there are notable exceptions like domain_intel, package_intel, youtube_transcript, memory_set, and intel_company, where the prefix/suffix convention is inconsistent. Still, the naming is broadly readable.

Tool Count2/5

35 tools is a large surface, far beyond the typical 3-15 range. The server covers many research verticals, but the number feels bloated, especially with multiple fetch and research variants that could be consolidated.

Completeness4/5

The tool set covers a wide range of web research needs: searching, fetching, crawling, extracting, screenshots, domain/tech/package intelligence, and market/competitive analysis. It lacks obvious lifecycle operations for monitors (list/delete/update) and memory (get/delete), but core workflows are well covered.