Skip to main content
Glama

handoff_save

Save conversation context for transfer between AI chats or projects using structured templates or verbatim formats to preserve key decisions and implementation details.

Instructions

Save a conversation handoff for later retrieval. Use this to pass conversation context to another AI or project.

Format Selection

  • structured (default): Organize content using the template below. Much faster — reduces output tokens to ~5-20% of the original conversation. Best for most handoffs.

  • verbatim: Save the complete word-for-word conversation. Use only when exact wording matters (e.g., legal text, precise error messages).

Structured Template (for format="structured")

## Key Decisions - [Decision]: [Rationale] ## Implementation Details [What was built/changed, with relevant code snippets] ## Code Changes [Files modified with brief description] ## Open Issues - [Issue]: [Status/Context] ## Next Steps - [ ] Action item

Omit sections that don't apply. Add custom sections if needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoUnique identifier for this handoff (e.g., 'project-design-2024'). Auto-generated if omitted.
titleNoHuman-readable title for the handoff. Auto-generated from summary if omitted.
formatNoOutput format. 'structured' (default): organized template - faster. 'verbatim': complete word-for-word conversation.structured
summaryYesBrief summary of the conversation context (2-3 sentences)
conversationYesThe conversation content. For format='structured': use the structured template above. For format='verbatim': the COMPLETE verbatim conversation in Markdown format (## User / ## Assistant) — NEVER summarize or shorten messages.
from_aiNoName of the source AI (e.g., 'claude', 'chatgpt')claude
from_projectNoName of the source project (optional)

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/trust-delta/conversation-handoff-mcp'

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