Skip to main content
Glama

dispatch_read

Fetch a dispatch by ID to see its metadata, assignment body, and current status. Use it to review a brief before accepting, with access limited to authorized parties.

Instructions

Read one dispatch packet by ID: its meta (from/to app, role, phase, priority), current status, and the full assignment.md body. Read-only — how a specialist sees its brief before calling dispatch_accept. Returns {error: not_found} for an unknown dispatch_id, or {error: not_party_to_dispatch} if app_id is neither from_app, to_app, reply_to, nor the orchestrator (B-54, issue #242 -- dispatch_read permission alone used to let any holder read any dispatch_id's full content).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYes
dispatch_idYes
Behavior5/5

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

With no annotations provided, the description fully carries the burden. It transparently discloses read-only behavior, error returns ({error: not_found}, {error: not_party_to_dispatch}), and permission semantics (app_id must be from/to/reply_to/orchestrator). It even references issue #242 for context.

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 three sentences, each earning its place: purpose/return, usage context, and error/permission details. It's front-loaded with the core function and avoids unnecessary words despite the complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read tool with no output schema, the description covers all critical aspects: what is returned, error cases, permission model, and usage context. It's complete enough for an agent to select and invoke this tool correctly.

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

Parameters5/5

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

Schema coverage is 0%, but the description adds rich meaning to both parameters. It explains that dispatch_id is the lookup key and describes app_id's role in permission checking (must be a party to the dispatch). Error conditions tied to each parameter are also specified.

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 states exactly what the tool does: 'Read one dispatch packet by ID' and enumerates the returned content (meta, status, full assignment.md body). It clearly distinguishes from siblings like dispatch_accept by noting it's how a specialist sees its brief before accepting.

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 provides usage context: 'Read-only — how a specialist sees its brief before calling dispatch_accept.' It implies when to use (before acceptance) and differentiates from dispatch_accept. It doesn't explicitly list alternatives or when-not-to, but the context is clear enough.

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/rudi193-cmd/willow-mcp'

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