mindmeister_list_rights
Retrieve sharing permissions for a MindMeister map, listing all collaborators and their access levels to manage map sharing.
Instructions
List sharing permissions for a MindMeister map.
Returns all collaborators and their access levels for the given map via GET /maps/{id}/rights.
Args: params: ListRightsInput with map_id (str).
Returns: str: JSON array of permission objects (user, role, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |