Skip to main content
Glama

Hand work to another AI

vault_post_handoff

Creates a structured handoff with context, completion criteria, target platform, and optional project association.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNocontinue|review|deploy|research|client_reply
blockerNoOptional current blocker
contextNoAdditional context, such as files or decisions
messageYesHandoff message
toPlatformNoGrok, Hermes, Claude Code, Codex, ChatGPT, or any
doneCriteriaNoCompletion criteria for the handoff
fromPlatformNoOriginating platform name
fromProjectIdNoOptional project external ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, meaning this is a write operation but not destructive. The description does not disclose any behavioral details beyond stating it 'creates' a handoff, such as what side effects occur (e.g., notification to the target platform, conflict handling, or state changes). It does not mention whether it overwrites existing handoffs or requires specific permissions. Since annotations only state non-readOnly, the description carries the burden of clarifying mutating behavior, but it does not.

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?

The description is a single, efficient sentence that front-loads the core purpose and key attributes. It includes all essential elements without fluff, but the sentence is slightly dense and could benefit from a slight structure break to highlight optional vs. required fields. Still, it earns its place with no wasted words.

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 tool with 8 parameters, 1 required, and no output schema, the description provides a reasonable overview but lacks critical details about the creation process, such as what happens after creation, how the 'type' field affects behavior, or whether any validation occurs. Given the complexity of handoff workflows and the presence of siblings like 'vault_preflight' and 'vault_checkpoint_handoff', the description is not fully sufficient to guide an agent through the full context.

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 description coverage is 100%, so the schema already documents all 8 parameters. The description adds context that the handoff includes 'context, completion criteria, target platform, and optional project association', which maps to the parameters 'context', 'doneCriteria', 'toPlatform', and 'fromProjectId'. This adds moderate value by framing the purpose of these fields, but it does not detail syntax or relationships beyond what the schema provides, so a baseline 3 is appropriate.

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 verb ('Creates'), the resource ('structured handoff'), and the key attributes (context, completion criteria, target platform, optional project association). It distinguishes this from sibling tools like 'vault_accept_handoff' and 'vault_complete_handoff' by indicating it is the creation action, not acceptance or completion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives such as 'vault_checkpoint_handoff' or 'vault_accept_handoff'. While it implies this is for starting a handoff, it lacks clear exclusions or references to sibling tools. No context is given for when not to use it, or when a checkpoint would be more appropriate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.