mindmeister_list_maps
Retrieve a paginated list of your MindMeister mind maps. Specify limit (1-50) and offset to control results. Returns JSON array of map objects with pagination metadata, enabling efficient navigation of your maps.
Instructions
List mind maps belonging to the authenticated user.
Supports pagination via limit/offset. The MindMeister API v2 may not expose a dedicated list-all endpoint; this tool attempts GET /maps and returns whatever the API provides. If the endpoint is not available, an appropriate error is returned.
Args: params: ListMapsInput with optional limit (int, 1-50) and offset (int, >=0).
Returns: str: JSON array of map objects with pagination metadata, or an error message if the endpoint is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |