Skip to main content
Glama
icey2488

claude-async

by icey2488

claude_start

Launch a long-running Claude Code task as a detached background job and receive an immediate jobId for status polling.

Instructions

Start a Claude Code task as a detached background job and return a jobId immediately. Use for any work that might run longer than ~30s. Poll with claude_check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdNoCustom job id; otherwise one is generated.
modelNoOptional --model override, e.g. claude-opus-4-8 / claude-sonnet-4-6.
effortNoReasoning effort; default xhigh. "max" = highest reasoning; "ultracode" = xhigh plus standing dynamic-workflow orchestration (parallel subagents).
promptYesThe task for Claude Code. Include CWD context if it does file/git work.
workFolderNoDirectory to run in (default: $HOME or CLAUDE_ASYNC_DEFAULT_CWD).
Behavior3/5

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

With no annotations provided, the description carries the burden. It discloses that the task runs detached and returns a jobId, but does not detail error handling, side effects, or behavior on duplicate jobIds. Acceptable but minimal.

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?

Two sentences, no fluff, front-loaded with purpose and usage. Every sentence adds value.

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 no output schema, the description could elaborate on the return structure (e.g., jobId format). It covers the main points for a start tool, but the mention of polling and siblings could be more integrated.

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 coverage is 100%, so the baseline is 3. The description adds no additional meaning beyond what the parameter descriptions already provide. It mentions the prompt and workFolder in passing but without extra detail.

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 'start[s] a Claude Code task as a detached background job' and mentions it returns a jobId immediately. It distinguishes from siblings by referencing polling with claude_check and implicitly contrasting with claude_jobs.

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?

The description explicitly says to use this tool for work that might run longer than ~30s and directs polling with claude_check. While it doesn't enumerate when not to use it, the guidance is clear enough for typical use.

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/icey2488/claude-async'

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