List topics to resume (let the user pick)
mindmap_resume_optionsDisplays distinct candidate topics when a resume query matches multiple options, letting the user pick the right one to continue.
Instructions
When the user's description is ambiguous or could match SEVERAL different topics, list the distinct candidate topics — each with the workspace it lived in — so you can ASK the user which one to resume instead of guessing. Read-only: promotes nothing. After the user picks, call mindmap_resume with that choice's id.
Args:
query (string): the user's natural-language description
source (string): restrict to one origin tool (optional) Returns: up to 5 distinct candidate topics (id, title, workspace, source, last used).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What the user wants to resume | |
| source | No | Restrict to this origin tool |