Skip to main content
Glama

Create handoff packet

create_packet

Capture the current working state into a portable Markdown packet for handoff—writes a record, copies listed files as artifacts, and returns the packet path.

Instructions

Use to capture the current working state as a portable packet another session, tool, or repo can import: it writes a Markdown record to the store outbox, copies any listed files in as artifacts, and returns the packet with its path. Handoff packets require at least one recipient field, content is secret-scanned before it is written, and creating a packet transmits nothing — packing and sending are separate steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refsNoProject-relative paths to reference without copying; each is recorded as a file source link.
tagsNoLowercase slug tags (a-z, 0-9, hyphen) for later filtering; must be unique.
taskNoOne-line statement of the task, rendered into the packet's included-context section.
filesNoProject-relative file paths copied into the packet as artifacts, optionally suffixed with a purpose ('docs/plan.md:source'). Valid purposes are asset, source, reference, and output, plus common aliases such as logo, image, or screenshot.
titleYesShort human-readable title for the packet; also used to build the stored filename.
toRepoNoIntended recipient repository; routing intent recorded on the packet. Satisfies the handoff recipient requirement.
includeNoExisting 3Notch brief records to list as included context on the packet.
purposeNo'handoff' (default) for work passed to someone else; 'seed' for private carried-forward context, which is always written to the private outbox.
summaryYesThe working state being handed off — what is done, decided, and blocked. A summary over 5000 characters with no source links or included records returns a NOTCH_SUMMARY_LARGE warning.
toAgentNoIntended recipient agent; routing intent recorded on the packet, not a delivery mechanism. A handoff packet needs at least one of toAgent, toPerson, or toRepo.
toPersonNoIntended recipient person; routing intent recorded on the packet. Satisfies the handoff recipient requirement.
actorNameNoName recorded as the author of this write; defaults to the server's configured actor, or 'mcp-client'.
nextStepsNoWhat the receiving agent should do next; rendered as its own packet section.
outputPathNoProject-relative path to write an extra copy of the packet Markdown to, in addition to the store copy.
supersedesNoRecord ID this packet replaces; check_store reports the edge as broken if the referenced record is not in the store.
importNotesNoGuidance for whoever imports the packet; the body shows 'Review before use.' when omitted.
sensitivityNo'project' (default) writes to .notch/outbox/; 'private' writes to .notch/private/outbox/ and hides the packet from listings unless the server runs with --include-private. Defaults to 'private' when purpose is 'seed'.
sourceLinksNoContext links to record (kind: file, url, commit, issue, record, command, or repo); file links must resolve inside the project root and may not point inside the .notch store.
Behavior5/5

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

Annotations only indicate non-read-only, non-destructive, and non-open-world behavior; the description adds substantial transparency: writes to the outbox, copies files as artifacts, requires at least one recipient, secret-scans content before writing, and does not transmit. This goes well beyond the structured hints and provides the key side-effect and safety context an agent needs.

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, front-loaded with the primary use, and every clause earns its place: the outbox write, artifact copying, returned path, recipient requirement, secret-scan, and no-transmission behavior. No filler or repetition of schema details.

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 an 18-parameter tool with no output schema and minimal annotations, the description gives a solid workflow overview and critical constraints, but it does not address the seed variant, private vs project outbox, or error/warning behavior such as NOTCH_SUMMARY_LARGE. The rich schema compensates for most parameter-level details, so the gap is modest.

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?

Input schema covers all 18 parameters with individual descriptions, so the baseline is 3. The description adds meaningful high-level constraints not explicit in the schema's required list: at least one recipient field is mandatory, and 'copies any listed files in as artifacts' ties the files parameter to the described behavior. It doesn't elaborate on individual parameter syntax because the schema already handles that.

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 action ('capture the current working state as a portable packet'), then details exact mechanics: writes a Markdown record to the store outbox, copies listed files as artifacts, and returns the packet with its path. It distinguishes create_packet from send_packet by noting 'creating a packet transmits nothing — packing and sending are separate steps.'

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?

The description gives clear context for when to use the tool: when you need to capture working state for another session, tool, or repo, and explicitly states that no transmission occurs, implying sending is a separate step. However, it does not name sibling tools like send_packet or create_seed_packet as alternatives, so exclusions are implied rather than explicit.

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/coldlogicAI/3notch'

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