Capture context
mindmap_captureSave portable context summaries from current sessions to resume work later in any tool. Capture key decisions, plans, and next steps for seamless handoff.
Instructions
Silently save a portable context summary from the current session so it can be resumed later in any tool. This is the effortless 'capture' half of the loop. New captures start as 'captured' (warm tier); they become trusted 'promoted' memories the first time you resume them.
CALL THIS PROACTIVELY (you don't need to be asked) when: a substantive discussion is wrapping up; the user says they're done / switching tasks / "remember this" / "save this"; a key decision, plan, or conclusion was reached; or the user signals they'll continue later. Write the summary so a future session in a DIFFERENT tool could pick up with full context. Skip trivial one-off exchanges.
Args:
title (string): short topic title
summary (string): the portable context to inject into a future session (markdown ok)
key_points (string[]): scannable discussion points (optional)
tags (string[]): topic tags for filtering (optional)
source (string): Origin tool, e.g. 'claude-code', 'chatgpt', 'chat', 'cowork', 'claude-desktop'.
links (string[]): ids of related threads to connect (optional)
kind ('discussion'|'brainstorm'): mark brainstorm sessions so they can be resumed/clustered as ideas (default 'discussion')
next_steps (string[]): open work / what to do next — capture this so resuming can CONTINUE the thread, not just re-read it (optional but high-value)
Returns: the created thread id and its formatted record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Thread kind | discussion |
| tags | No | Topic tags for filtering | |
| links | No | ids of related threads to link | |
| title | Yes | Short topic title | |
| source | No | Origin tool, e.g. 'claude-code', 'chatgpt', 'chat', 'cowork', 'claude-desktop'. | unknown |
| summary | Yes | Portable context summary (markdown ok) | |
| workspace | No | Absolute project/workspace folder this is about — lets resume suggest where to continue | |
| key_points | No | Scannable discussion points | |
| next_steps | No | Open work / where you left off — so resuming can continue |