Skip to main content
Glama

handoff_save

Save conversation context in Markdown format for transfer between AI chats or projects, enabling continuity with unique identifiers and summaries.

Instructions

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

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.
summaryYesBrief summary of the conversation context
conversationYesFull conversation in Markdown format (## User / ## Assistant)
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