get_mindmap_summary
Retrieve a compact summary of a mindmap, including node count, titles, structure, and description indicators, without loading the full data.
Instructions
Read a compact summary of a mindmap — node count, titles, structure, and whether each node has a description.
Does NOT return full node data, descriptions, positions, or styles. Use this when you need to know how many nodes exist or what the structure looks like, without loading the full (potentially huge) mindmap data.
Args: id_mindmap: ID of the mindmap to summarize.
Returns: JSON string — compact summary with total_nodes, max_depth, estimated_size_kb, and a list of nodes (order_index, title, parent, size_box, has_description).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_mindmap | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |