Skip to main content
Glama

Deep Research (one round)

deep_research
Read-only

Run a multi-engine research round with coverage analysis to identify gaps and suggest follow-up queries. Repeat until gaps are empty, then synthesize with citations.

Instructions

One research round: complex fused search + coverage analysis + gaps + suggested follow-up queries. Call repeatedly with suggested_queries until gaps is empty, then synthesize with citations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerNo
queryYes
roundNoResearch round number (auto-increments when omitted)
queriesNo
recencyNo
max_sourcesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
gapsYes
queryYes
roundYes
tookMsYes
sourcesYes
suggested_queriesYes
Behavior4/5

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

The annotations already indicate readOnly/openWorld/not destructive, and the description adds meaningful behavioral context: the tool is one round of an iterative workflow, returns gaps with suggested follow-up queries, and should be concatenated into a cited synthesis. This gives the agent useful expectations beyond the annotation flags.

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 two sentences, front-loaded with the core capability, and contains no filler. The iterative call pattern and final synthesis are stated economically and clearly.

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

Completeness4/5

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

The description captures the essential workflow: perform one research round, follow the suggested follow-ups, stop when gaps are empty, then synthesize with citations. Since an output schema exists, return-value detail is not required. The main gap is the poor explanation of the parameter semantics, but overall the high-level usage context is sufficiently complete.

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

Parameters2/5

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

Schema description coverage is very low (17%), so the description must compensate, but it only vaguely refers to 'suggested_queries' without explicitly mapping it to the 'queries' parameter. The meaning of 'layer', 'recency', 'round', and 'max_sources' is left entirely to the schema, which is insufficient given the low coverage.

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 clearly states it performs 'one research round' combining 'complex fused search + coverage analysis + gaps + suggested follow-up queries.' This is a specific multi-phase verb-resource description that also distinguishes the tool from sibling tools like fetch_page and x_search by emphasizing iterative research coverage.

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

Usage Guidelines4/5

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

It gives explicit usage guidance: 'Call repeatedly with suggested_queries until gaps is empty, then synthesize with citations.' This clearly explains the iteration and termination conditions. However, it does not explicitly compare against sibling tools or state when not to use it.

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/Mr-remon219/search-boost'

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