Skip to main content
Glama
thejusdutt

google-research-mcp

by thejusdutt

google_research

Conduct deep multi-agent research on any topic, spawning parallel subagents for comprehensive coverage and producing a cited report with adaptive stopping.

Instructions

Perform extensive DEEP research on a topic using Anthropic's Multi-Agent Research Architecture.

This tool implements the FULL multi-agent system:

  1. Lead Researcher (Orchestrator): Plans approach, coordinates subagents, synthesizes results

  2. Search Subagents: Parallel workers for different aspects (spawned dynamically)

  3. Citation Agent: Processes documents and inserts inline citations

  4. Memory Module: Persists context, findings, and gaps across iterations

Process Flow:

  1. Think (Plan Approach) - Decompose topic into aspects

  2. Create Subagents - Spawn parallel workers for each aspect

  3. Execute Research - Each subagent: web_search → think(evaluate) → complete_task

  4. Think (Synthesize) - Combine findings, calculate coverage

  5. Evaluate - "More research needed?" decision with adaptive stopping

  6. Citation Agent - Process report and insert citations

  7. Return Final Report

Depth Levels:

  • basic: 2 iterations max, 2 aspects, ~60% coverage threshold

  • moderate: 3 iterations max, 5 aspects, ~75% coverage threshold

  • comprehensive: 4 iterations max, 11 aspects, ~90% coverage threshold

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNomoderate
topicYesResearch topic
max_content_per_pageNoMax content per page (default: 50000)
Behavior5/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It extensively details the multi-agent process (Lead Researcher, Search Subagents, Citation Agent, Memory Module), the iterative workflow, and adaptive stopping criteria. This provides transparency about the tool's internal operations and potential for extensive parallel searches, beyond what any annotation could offer.

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?

Although long, the description is well-structured with clear headings, bullet points, and a step-by-step process flow. It front-loads the core purpose and then provides detailed but purposeful elaboration. Every section (Process Flow, Depth Levels) adds significant value without redundancy.

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 thoroughly covers the tool's behavior and process, but does not specify the structure or format of the final report beyond mentioning that citations are inserted and results are synthesized. Since there is no output schema, this gap is notable but not critical given the extensive process description.

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?

The input schema describes 'topic' and 'max_content_per_page' but only provides an enum for 'depth' without explanation. The description adds meaningful semantics by explaining each depth level's iteration count, number of aspects, and coverage thresholds, thereby enriching the depth parameter beyond the schema.

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 the tool's purpose: 'Perform extensive DEEP research on a topic using Anthropic's Multi-Agent Research Architecture.' It specifies the action (perform research), resource (topic), and the multi-agent nature, distinguishing it from simpler search tools like google_search or web_search.

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 conveys that this tool is for extensive, deep research, and outlines depth levels (basic, moderate, comprehensive) with iteration and coverage thresholds. It implies usage for complex, multi-faceted research needs, but does not explicitly exclude alternatives such as quick searches or single-aspect deep dives.

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/thejusdutt/google-research-mcp'

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