Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYYesYour Gemini API key from https://aistudio.google.com/apikey
GEMINI_DEEP_RESEARCH_AGENTNoModel to usedeep-research-pro-preview-12-2025

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_deep_researchA

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')

check_deep_researchA

Checks the status of a Deep Research job using its job_id and returns the complete report once finished.

Parameters:

  • job_id: The tracking ID returned by start_deep_research (required)

  • include_citations: Whether to include source URLs in the report (default: true)

Returns:

  • job_id: The tracking ID of the research job

  • status: Current job state ('in_progress', 'completed', 'failed', or 'cancelled')

  • report_text: The synthesized research report when completed

  • uptime: Elapsed time while the job is in progress, when available

  • error: Failure details, when the API provides them

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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