Skip to main content
Glama

delimit_handoff_create

Create a structured handoff receipt for agent transitions, documenting completed and pending tasks, blockers, and next steps to ensure clear handover.

Instructions

Create a handoff receipt when transitioning between agents.

When to use: at the end of a session or before passing work to another model — documents what was done, what's pending, and what the next agent should do first. When NOT to use: for general session summary (use delimit_session_handoff) or to acknowledge a receipt (delimit_handoff_acknowledge).

Sibling contrast: delimit_session_handoff is venture-scoped summary; delimit_soul_capture is richer cross-model state; this is the structured per-agent handoff with explicit completed/ not-completed/blockers/scope fields.

Side effects: writes a new handoff receipt via ai.handoff_receipts.create_receipt. The receiving agent should later call delimit_handoff_acknowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_descriptionNoWhat the task was (one line).
completedNoComma-separated completed items.
not_completedNoComma-separated items not completed (with reasons).
assumptionsNoComma-separated assumptions made.
blockersNoComma-separated blockers encountered.
files_modifiedNoJSON list of {path, change_type, summary} dicts, or empty to auto-detect.
in_scopeNoComma-separated in-scope items.
out_of_scopeNoComma-separated explicitly excluded items.
next_actionNoFirst thing the receiving agent should do.
priorityNoP0 / P1 (default) / P2.P1
to_modelNoTarget model name or "any" (default).any

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses side effects ('writes a new handoff receipt via ai.handoff_receipts.create_receipt') and expected follow-up (receiving agent should call delimit_handoff_acknowledge). No annotations provided, so description carries full burden. Lacks specifics on authorization or impacts on other systems, but adequate for a creation tool.

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?

Concise, well-structured with clear sections (when to use, when not, sibling contrast, side effects). Every sentence adds value; no redundancy.

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?

Given 11 optional parameters, no annotations, and an output schema (not shown), the description covers usage, exclusions, side effects, and sibling distinctions well. Does not explain return values, but output schema covers that. Minor gap: no mention of default behavior when no params provided, but defaults are in schema.

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 coverage is 100%, so the input schema already describes each parameter. The description only mentions fields like completed/not_completed/blockers/scope in passing, adding no new semantic depth. 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 tool's purpose: 'Create a handoff receipt when transitioning between agents.' It also explicitly distinguishes from siblings (delimit_session_handoff, delimit_soul_capture) by highlighting structural differences.

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

Usage Guidelines5/5

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

Provides explicit when-to-use ('at the end of a session or before passing work to another model') and when-not-to-use ('use delimit_session_handoff for general summary, delimit_handoff_acknowledge to acknowledge'). Also contrasts with siblings via bullet points.

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/delimit-ai/delimit-mcp-server'

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