Resume context
mindmap_resumeResume saved context by matching a topic to prior memories, then inject the summary into the current session to avoid re-explaining past work.
Instructions
Find the best-matching saved context for a topic and return its summary to inject into the current (new) session — so you don't lose context across tools. This is the 'promote-on-reuse' moment: resuming a captured memory promotes it to a trusted (hot) memory and bumps its freshness. After reading, if anything is stale, call mindmap_update to trim it.
CALL THIS PROACTIVELY (you don't need to be asked) at the START of a session when the user references prior work — e.g. "let's continue", "pick up where we left off", "the X project", or any topic that sounds like it may have history. Resuming first means you start with their real context instead of asking them to re-explain.
Args:
query (string): topic or keywords describing what you were working on
source (string): only resume memories from this origin tool (optional)
Returns: the matched thread's full context plus a freshness nudge, or near-misses if nothing strong matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Topic / keywords to resume | |
| source | No | Restrict to this origin tool |