Skip to main content
Glama

moa_handoff_consume

Mark a pending handoff as consumed, recording the timestamp of the action. This terminal transition enforces state legality by only accepting pending handoffs, keeping them out of recall.

Instructions

Mark a pending handoff consumed (terminal state; records consumedAt). Only pending → consumed | archived transitions are legal; anything else errors. Handoffs never participate in recall/indexing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesHandoff id (ho_<12 hex chars>)
actorNoWho performs this transition (recorded in BoardEntry.author; default "anonymous").
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.
Behavior4/5

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

With no annotations, the description takes on the full burden and discloses key behavioral traits: terminal state, consumedAt recording, legal transitions with error behavior, and non-participation in recall/indexing. It doesn't address reversibility explicitly, but 'terminal' strongly implies irreversibility.

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 filler, front-loaded with the main action and followed by necessary constraints. Every clause contributes.

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?

For a simple state-transition tool with no output schema, it provides essential context: target state, valid transitions, error conditions, and indexing exclusion. It doesn't describe return values, but that's a minor gap given 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?

All parameters are already documented in the schema (100% coverage), so the description adds no extra parameter-level detail. Per baseline, schema covers the semantics; no compensation needed.

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?

States the action clearly: 'Mark a pending handoff consumed' with specific effects (terminal state, records consumedAt). Also distinguishes from sibling handoff tools by specifying legal state transitions and the no recall/indexing behavior.

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 clear when-to-use constraints: only pending handoffs can be consumed, and 'anything else errors'. However, it doesn't name sibling tools like moa_handoff_archive as explicit alternatives, so slightly short of perfect guidance.

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