get_motion
Fetch a Monnet motion's full details by short id or URL: summary, body, status, priority, plan steps with assignees, member roles, and threaded comments.
Instructions
Read a Monnet motion's full details — summary, body, status, priority, plan steps with assignees, member roles, and threaded comments (each comment shows a short id usable as parent_id in the comment tool to reply in its thread). Call this when the user references a specific motion by its short id or URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_slug | Yes | The workspace slug from the motion URL (e.g. 'monnet-team-410b'). Found in the path /<slug>/motions/<short_id>. | |
| motion_short_id | Yes | The first 8 characters of the motion UUID, visible in the motion URL. |