Skip to main content
Glama

Start Gemini Deep Research

start_deep_research

Initiate a comprehensive web research job by submitting a prompt, then receive a job ID to track its progress and retrieve results.

Instructions

Initiates a deep, multi-step web research job in the background using Google's Deep Research Agent. Returns a job_id, which you can use to check the status of completion using check_deep_research(job_id=...).

Parameters:

  • prompt: The comprehensive research question or topic to investigate (required)

Returns:

  • job_id: Unique tracking ID for the research job

  • status: Initial job state (typically 'in_progress')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
statusYes
Behavior4/5

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

Annotations already indicate non-read-only behavior (readOnlyHint=false), non-idempotency (idempotentHint=false), and open-world interaction (openWorldHint=true). The description adds that the job runs 'in the background' and returns an initial status of 'in_progress', which explains the asynchronous nature and what to expect immediately. It does not mention rate limits or failure modes, but with annotations covering the basic safety profile, this is adequate.

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 focused and front-loaded: the core action and asynchronous nature are in the first sentence, followed by the return values and parameter. The bullet-point structure for parameters and returns makes it scannable. It is slightly longer than absolutely necessary but every clause adds value, and there is no fluff.

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?

For a tool that starts a background job, the description covers the essential contract: what it does, what it returns, and how to proceed (via check_deep_research). It doesn't discuss preconditions like authentication or possible long execution times, but these are not critical for an initial call. With an output schema present, the return-value details are likely expanded there. Overall, an agent has enough to use the tool correctly.

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?

Schema description coverage is 0%, so the description carries the burden for parameter meaning. It defines 'prompt' as 'The comprehensive research question or topic to investigate' and marks it required. This exceeds the schema's bare 'prompt' field and gives the agent guidance on what kind of input is expected. It could add more detail like length or format, but it's sufficiently clear for correct invocation.

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 clear action: 'Initiates a deep, multi-step web research job in the background.' It identifies both the resource (Google's Deep Research Agent) and the output (job_id), which distinguishes it from check_deep_research, the only sibling that polls status. The purpose is unambiguous and not a tautology.

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 connects to the sibling: 'you can use to check the status of completion using check_deep_research(job_id=...)'. This tells the agent when to use this tool (to start research) and how to follow up. It doesn't state when not to use it, but given only one sibling, the workflow is clear. A minor omission is a direct 'use this when you have a new research question' phrasing, but the intent is evident.

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/bharatvansh/gemini-deep-research-mcp'

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