Skip to main content
Glama
pminervini
by pminervini

research_status

Check the progress and status of a running research task. Returns current status ('running', 'completed', 'failed') with timestamps.

Instructions

Check the current status and progress of a running research task.

Use when:

  • Research is taking a long time (>5 minutes)

  • Want to check if a task completed successfully

  • Need creation/completion timestamps

Returns: Task status ('running', 'completed', 'failed') with timestamps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the return format (status and timestamps) and implies a non-destructive read operation. Adequate for a simple check tool.

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 concise, uses headings and bullet points, and every sentence is useful. It is front-loaded with the purpose and efficiently conveys usage and return info.

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?

Given low complexity (one param, simple return), the description is sufficient. It covers the key behavioral aspects and return values, though it leaves out error handling and edge cases.

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

Parameters2/5

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

Schema has 0% description coverage for the only parameter, task_id. The description does not add any additional meaning, such as expected format or origin of the task_id, which is necessary given the lack of schema docs.

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 'Check the current status and progress of a running research task,' using specific verb and resource. It effectively distinguishes from siblings like deep_research by focusing on status monitoring.

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?

Provides explicit 'Use when:' scenarios including long-running tasks and completion checks. While it doesn't list alternatives or when not to use, the context is clear and actionable.

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

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