Skip to main content
Glama

MindManager MCP Server

get_grounding_information

Extracts central topics and selected subtopics from MindManager mind maps for detailed analysis or text-focused tasks, supporting customizable detail levels and turbo mode for efficiency.

Instructions

Extracts grounding information (central topic, selected subtopics) from the mindmap. 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[str], Dict[str, str]]: A list containing [top_most_topic, subtopics_string] 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_grounding_informationArguments", "type": "object" }

You must be authenticated.

Other Tools from MindManager MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robertZaufall/mindm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server