Skip to main content
Glama

research_web

Launch an autonomous research agent to plan web searches, analyze sources, and generate cited reports on specified topics.

Instructions

Launch a Gemini Deep Research Agent for autonomous web-grounded research.

The agent plans its own research, searches the web (~80-160 queries), reads sources, and produces a cited markdown report. Runs in background; poll with research_web_status. Costs $2-5 per task, takes 10-20 minutes.

Args: topic: Research brief — include specific questions, scope, hypotheses. output_format: Optional report structure instructions.

Returns: Dict with interaction_id and status, or error via make_tool_error().

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesPrecise research brief — the more detailed, the better results
output_formatNoReport structure/format instructions (e.g. 'executive summary + data tables')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the annotations (readOnlyHint: false, openWorldHint: true), the description discloses critical behavioral traits: exact cost range ($2-5), duration (10-20 minutes), background execution model, query volume (~80-160), output format (cited markdown report), and the polling pattern. No contradictions with annotations.

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 efficiently structured with clear sections. Key operational constraints (cost, time) are front-loaded after the core function. The 'Args' and 'Returns' sections use minimal words to add essential context beyond the schema. No filler content.

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?

Given the tool's complexity (async, costly, long-running) and the presence of output schema information in the description ('Returns: Dict with interaction_id...'), the definition is complete. It covers the full lifecycle: initiation, cost, duration, and status checking.

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

Parameters4/5

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

With 100% schema coverage, the baseline is 3. The description adds valuable semantic context for the 'topic' parameter, advising users to 'include specific questions, scope, hypotheses,' which complements the schema's generic description and improves input quality.

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 ('Launch') and resource ('Gemini Deep Research Agent'), clearly defining the tool's function. It distinguishes itself from siblings like 'web_search' and 'research_deep' by specifying 'autonomous web-grounded research' and quantifying the scope (~80-160 queries).

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?

The description explicitly references the sibling tool 'research_web_status' for polling, establishing the async workflow. While it doesn't explicitly name alternatives (e.g., 'use web_search for quick queries'), it provides clear cost ($2-5) and time (10-20 min) constraints that implicitly guide appropriate usage.

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/Galbaz1/video-research-mcp'

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