Skip to main content
Glama

claude_code_check_result

Check whether an asynchronous Claude Code task is running or completed, and retrieve its result when available.

Instructions

Check the status of an async Claude Code task. Returns running/completed status and the result if available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesThe task_id returned by claude_code_execute_async

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description must carry the full behavioral burden. It does disclose the returned states ('running/completed') and that a result is only available when done, but it omits details about error conditions, polling behavior, response structure, or whether the task result is cleared after being read.

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 sentence that front-loads the action and then summarizes the output. Every clause contributes useful information with no redundancy or filler.

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 one-parameter polling tool, the description is concise and covers the core behavior, but since there is no output schema it should explain more about the return format and possible status values. 'The result if available' is vague and an agent may not know how to interpret the returned payload.

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 covers task_id fully with the description 'The task_id returned by claude_code_execute_async', so the baseline is 3. The tool description adds no additional parameter semantics beyond what the schema already provides.

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 ('Check') and a clear resource ('status of an async Claude Code task'), and explicitly states the return value ('running/completed status and the result if available'). It clearly distinguishes this tool from the execute siblings by focusing on status checking rather than execution.

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 this tool is for polling an async task by mentioning 'async' and 'status', and the schema parameter references claude_code_execute_async. However, it does not explicitly state when to prefer this tool over alternatives or provide any exclusion criteria, leaving the usage context largely implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/win10ogod/claudecode-mcp-async-windows'

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