list_mindmaps
Retrieve a list of mindmaps assigned to the bot, including metadata like title and timestamps, without loading full node content.
Instructions
List mindmaps where the bot is assigned (metadata only).
Returns a JSON string with an array of mindmap metadata: id, titre, rel_id_user, participants, bots, canvas dimensions, type_mindmap, created_datetime, maj_datetime. Does NOT include nodes — use get_mindmap to read the full node tree of a specific mindmap.
Returns: JSON string — array of mindmap metadata objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |