Skip to main content
Glama
ppetko98

cursor-dispatcher

by ppetko98

get_subagent_status

Retrieve the current status of an asynchronous subagent run by providing its run ID, enabling tracking of task completion and progress.

Instructions

Return the current status of a subagent run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYes
Behavior2/5

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

No annotations exist, so the description carries the full burden. It merely says 'Return the current status' without disclosing whether this is read-only, whether it polls, what constitutes 'status', or any side effects. The safety profile is implicit at best.

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 a single, efficient sentence with no filler. Every word earns its place.

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?

For a simple tool with one parameter and no output schema, the description is minimally viable but incomplete. It does not describe the format or possible values of the 'status' return, nor does it offer usage guidance. It is adequate but leaves gaps.

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 has 0% description coverage, but the single parameter 'run_id' is semantically clear from its name and the phrase 'subagent run'. The description does not explicitly map run_id to the identifier, but context makes it obvious. It adds minimal value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb ('Return') and resource ('the current status of a subagent run'). It communicates the core function, though it does not explicitly distinguish itself from sibling tools like get_subagent_result or get_subagent_events.

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 guidance is provided on when to use this tool versus alternatives (e.g., get_subagent_result or get_subagent_events). There are no mention of prerequisites, context, or exclusions.

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/ppetko98/cursor-dispatcher'

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