Skip to main content
Glama

get_command_task

Retrieve detailed information about an asynchronous command task using its ID, including status, output, start time, and duration.

Instructions

Get detailed information about a specific asynchronous command task, including its status, output, start time, and duration. / 获取特定异步命令任务的详细信息,包括状态、输出、开始时间和持续时间。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesThe task ID to get information about.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
Behavior3/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 what information will be returned (status, output, start time, duration), but does not explicitly state that the operation is read-only or mention any side effects, permissions, or rate limits. Since it's a simple read operation, the lack of such detail is minimally problematic, but the description adds little beyond the obvious.

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 concise sentence, front-loaded with the action and resource, and includes a bilingual translation that is redundant but not harmful. Every sentence earns its place.

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 tool is simple and an output schema exists, so return values are covered elsewhere. The description sufficiently covers the purpose, the targeted resource, and the information delivered. It doesn't address error cases or alternative tools, but these are not required for the tool's simplicity.

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 fully documents the single parameter task_id with description and examples, so the description adds no additional parameter semantics. With 100% schema coverage, the baseline score of 3 applies.

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 the specific verb 'Get' and identifies the resource as 'asynchronous command task,' clearly distinguishing it from sibling tools like cancel_command_task and execute_command_async. It also lists the key data fields (status, output, start time, duration), leaving no ambiguity about the tool's function.

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 its use case: when you need details about a specific async task. However, it does not explicitly state when to use this over alternatives like cancel_command_task, nor does it mention any usage prerequisites or exclusions. The guidance is only implicit.

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/shibingli/mcp-toolkit'

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