Skip to main content
Glama

moa_handoff_inbox

List handoff messages addressed to the current project, newest first. Filter by state or agent address to isolate pending, consumed, or archived items.

Instructions

List handoffs addressed to the current project (newest first; id/title/summary/state/fromProject metadata, no context). Archived rows are hidden by default — pass state to filter exactly (pending/consumed/archived). v2: pass agent (your self-reported <label>:<sessionId>:<agentId> address) to filter exactly on toAgent — a misspelled address returns an empty inbox rather than an error, so echo the sender's fromAgent when replying. Handoffs never participate in recall/indexing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNoAgent address in v2 shape `<label>:<sessionId>:<agentId>` (label is free text `[a-z0-9-]+`; e.g. `claude-code:sess-a:sub-1`). Opaque — shape-checked only, never resolved against a registry. Exact filter on toAgent (only entries addressed to this agent address are returned).
limitNoMax rows to return (default 100, hard cap 1000)
stateNo
workspaceYesAbsolute path of the CURRENT project (sender identity for send; the inbox scope for inbox/read/consume/archive). Handoff tools never infer a workspace from the MCP process cwd.
Behavior5/5

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

No annotations are present, so the description carries full responsibility. It discloses return fields (id/title/summary/state/fromProject), no context, newest-first ordering, hidden archived rows by default, exact matching semantics, empty result for misspelled addresses, and that handoffs never participate in recall/indexing. This is thorough behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four dense sentences, front-loaded with the main purpose. Each sentence provides meaningful detail (metadata, defaults, v2 filtering, indexing). The density is appropriate for the tool's complexity, though a slight bullet structure could improve scannability.

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?

With no output schema, the description defines the return shape by listing metadata fields and explicitly stating no context is included. It covers default filtering, exact state/agent matching, and error behavior. While it doesn't mention limit pagination, the schema handles that, making the description sufficient.

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

Parameters4/5

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

Schema covers agent, workspace, and limit, but the description adds critical semantics absent from schema: state's default filter behavior (archived hidden), the v2 agent address behavior with empty-inbox error handling, and workspace scope clarification ('never infer a workspace from the MCP process cwd'). These additions go beyond the 75% schema coverage.

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 opens with a specific verb and resource: 'List handoffs addressed to the current project'. It clearly distinguishes from sibling tools like send, read, consume, and archive by focusing on listing. It also includes ordering and metadata scope, leaving no ambiguity about what the tool does.

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?

Provides explicit filtering guidance: archived rows hidden by default, pass state to filter exactly, and pass agent for toAgent filtering. It warns about misspelled agent addresses returning an empty inbox. It doesn't explicitly name alternative tools for 'when not to use', but the sibling names make this clear.

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/Yorha9e/moamcp'

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