Skip to main content
Glama

write_handoff

Write a coordination note to pass context between Grok and Oz, saving it to a local handoff file. Enables structured cross-agent messages with tags and related references.

Instructions

Write a coordination note between Grok and Oz. Stored under ~/.warp/agent-coordination/handoffs (not in warp.sqlite).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
tagsNo
titleYes
to_agentNooz
from_agentNogrok
related_notebook_idNo
related_conversation_idNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden. It discloses the storage location ('Stored under ~/.warp/agent-coordination/handoffs (not in warp.sqlite)'), which is a useful detail, but it does not mention side effects, idempotency, return values, or error conditions. For a mutation tool with zero annotation coverage, this is insufficient.

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 with no filler. It front-loads the purpose and adds the storage detail, which is useful. It is concise without being verbose, though the brevity contributes to the lack of information in other dimensions.

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

Completeness1/5

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

For a write tool with 7 parameters, no output schema, and no annotations, the description is severely incomplete. It lacks any explanation of parameter meanings, return behavior, or usage context. An agent would be unable to correctly construct a call without additional prior knowledge or guesses.

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

Parameters1/5

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

Schema description coverage is 0%, meaning the schema offers no descriptions for any of the 7 parameters. The description does not mention any parameters at all, so it adds no meaning beyond the parameter names, which are ambiguous (e.g., to_agent, related_notebook_id). The agent cannot determine what values to provide or what each parameter signifies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb (write) and the resource (coordination note), and adds the storage location, which helps distinguish it from the read-only siblings like list_handoffs and get_handoff. However, it does not explicitly use the term 'handoff' to align with sibling naming, so it is clear but not perfectly explicit about the relationship.

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 gives no explicit guidance on when to use this tool versus the read-only siblings. The contrast is only implicit: it writes while the siblings read. There are no mentions of alternatives, exclusions, or typical scenarios, leaving the agent to infer the usage context.

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

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/robertleelittleiii/warp-memory-mcp'

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