Capture context
mindmap_captureCapture a portable summary of the current session so you can resume the discussion later in any AI tool.
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')
Returns: the created thread id and its formatted record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short topic title | |
| summary | Yes | Portable context summary (markdown ok) | |
| key_points | No | Scannable discussion points | |
| tags | No | Topic tags for filtering | |
| source | No | Origin tool, e.g. 'claude-code', 'chatgpt', 'chat', 'cowork', 'claude-desktop'. | unknown |
| links | No | ids of related threads to link | |
| kind | No | Thread kind | discussion |