MindManager MCP Server

MIT License
1
  • Apple

get_selection

Retrieve selected topics from MindManager mind maps, with options for detail level and turbo mode for text-only output. Ideal for integrating mind map selections into workflows or external formats.

Instructions

Retrieves the currently selected topics in MindManager. Args: mode (str): Detail level ('full', 'content', 'text'). Defaults to 'full'. turbo_mode (bool): Enable turbo mode (text only). Defaults to False. Returns: Union[List[Dict[str, Any]], Dict[str, str]]: List of serialized selected topics or error dictionary.

Input Schema

NameRequiredDescriptionDefault
modeNofull
turbo_modeNo

Input Schema (JSON Schema)

{ "properties": { "mode": { "default": "full", "title": "Mode", "type": "string" }, "turbo_mode": { "default": false, "title": "Turbo Mode", "type": "boolean" } }, "title": "get_selectionArguments", "type": "object" }
ID: ce8xu0m06f