list_motions
List motions in a Monnet workspace. Filter by status (draft, open, closed) and get short IDs for follow-up with get_motion.
Instructions
List motions in a workspace, filterable by status. Returns short ids so you can follow up with get_motion on a specific one. Default status is 'open'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Default: 1. | |
| limit | No | Number of motions per page (1-50). Default: 10. | |
| status | No | Filter by status. Default: open. | |
| workspace_slug | Yes | The workspace slug (e.g. 'monnet-team-410b'). |