mindmeister_get_map
Fetch the full JSON metadata of a MindMeister map by its ID, including title, nodes, connections, and settings, for integration or analysis.
Instructions
Get metadata for a specific MindMeister map.
Retrieves the full JSON representation of a map including its title, nodes, connections, and settings via GET /maps/{id}.
Args: params: GetMapInput with map_id (str).
Returns: str: JSON with the map's complete metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |