Skip to main content
Glama

research_status

Poll research progress and wait for completion. Blocks until research finishes or timeout.

Instructions

Poll research progress. Blocks until complete or timeout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoOptional query text for fallback matching when task_id changes (deep research). Contributed by @saitrogen (PR #15).
compactNoIf True (default), truncate report and limit sources shown to save tokens. Use compact=False to get full details.
task_idNoOptional Task ID to poll for a specific research task.
max_waitNoMax seconds to wait (default: 900, 0=single poll)
auto_importNoIf True, automatically import sources when research completes. If False (default), returns next_action hint to call research_import manually.
notebook_idYesNotebook UUID
poll_intervalNoSeconds between polls (default: 30)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses blocking behavior and timeout, but does not detail what happens on timeout or return format; with no annotations, it carries the burden but is incomplete.

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?

Extremely concise with two front-loaded sentences that communicate core purpose and behavior without waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Minimal description covers essential behavior but omits details like fallback matching, auto_import logic, and usage without task_id; output schema exists but tool description could add more context.

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?

Schema description coverage is 100%, so parameters are already documented there; the tool description adds no extra parameter-level meaning, meeting the baseline.

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 polls research progress and blocks until completion or timeout, effectively distinguishing it from sibling tools like research_start and research_import.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like research_start or research_import; the context is implied but not stated.

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/AlexanderKast/cast-notebooklm'

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