Summarize a past conversation
summarize_conversationExtract a compact handoff card from a conversation, showing goal, completed, blockers, todos, and last state, without using an LLM.
Instructions
Return a compact 'handoff card' (目标 / 已完成 / 卡点 / 待办 / 最后状态) for one conversation, extracted deterministically without an LLM. Prefer this over get_conversation for long sessions: it carries the intent and next-step at a fraction of the tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | conversation id from list_conversations | |
| source | Yes | 'claude' | 'glm' | 'codex' | 'cursor' |