Skip to main content
Glama

MindManager MCP Server

serialize_current_mindmap_to_mermaid

Convert the currently loaded mindmap into Mermaid format for visualization. Customize output with detail levels, IDs-only, or turbo mode for text-only results.

Instructions

Serializes the currently loaded mindmap to Mermaid format. Args: id_only (bool): If True, only include IDs without detailed attributes. Defaults to False. mode (str): Detail level ('full', 'content', 'text'). Defaults to 'full'. turbo_mode (bool): Enable turbo mode (text only). Defaults to False. Returns: Union[str, Dict[str, str]]: Mermaid formatted string or error dictionary.

Input Schema

NameRequiredDescriptionDefault
id_onlyNo
modeNofull
turbo_modeNo

Input Schema (JSON Schema)

{ "properties": { "id_only": { "default": false, "title": "Id Only", "type": "boolean" }, "mode": { "default": "full", "title": "Mode", "type": "string" }, "turbo_mode": { "default": false, "title": "Turbo Mode", "type": "boolean" } }, "title": "serialize_current_mindmap_to_mermaidArguments", "type": "object" }

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