Skip to main content
Glama
thejusdutt

google-research-mcp

by thejusdutt

run_subagent

Spawn a focused subagent to research a specific aspect by generating queries, executing web searches, fetching content, and evaluating findings for detailed results.

Instructions

Manually spawn and run a subagent for a specific research aspect. This allows fine-grained control over the multi-agent research process.

The subagent will:

  1. Generate queries for the aspect

  2. Execute web searches

  3. Fetch full page content

  4. Evaluate findings

  5. Return results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aspectYesThe aspect to research (e.g., 'machine learning applications')
sessionIdYesResearch session ID
max_content_per_pageNo
Behavior4/5

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

With no annotations, the description bears the full burden of behavioral disclosure. It enumerates the five-step subagent workflow (query generation, web searches, content fetching, evaluation, returning results), which meaningfully explains the tool's internal behavior beyond simple 'runs a subagent.' However, it omits side effects, authorization needs, or rate limits.

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 succinct and well-structured: an opening statement of purpose, a clarifying benefit, and a numbered list of steps. Every sentence/carry contributes value, with no redundancy or filler.

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 with no output schema and no annotations, the description covers the tool's operation thoroughly enough for an agent to understand when and how to invoke it. It explains the subagent's process, but does not specify the format of the returned results or whether the tool has side effects on the session, leaving some uncertainty for a complex orchestration tool.

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

Parameters3/5

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

The schema already provides descriptions for sessionId and aspect (67% coverage), and the description adds no additional parameter semantics. The undocumented max_content_per_page parameter is left unexplained in the description, but its default, min, and max constraints in the schema provide partial meaning. No compensation for that gap is offered.

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 uses a specific verb–resource pair: 'spawn and run a subagent' for 'a specific research aspect,' clearly stating the tool's function. This distinguishes it from sibling tools like google_search or fetch_page, which directly perform searches/fetches rather than orchestrating a multi-step research subagent.

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

Usage Guidelines3/5

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

The description implies usage when fine-grained manual control over the multi-agent research process is needed, but it does not explicitly state when not to use it or identify alternative tools. It offers context but no concrete exclusions or comparisons to siblings.

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