Actions Create Action
actions_create_actionCreate a new action in Mitti with a required title and optional due date, description, assignees, site, and priority. Returns the created action's ID.
Instructions
Create a new action in Mitti. Requires at minimum a title. Optionally set description, due date (ISO 8601), assignee user IDs, and site ID. priority_id is an org-specific UUID — omit it for the system default priority. Call request_approval first and wait for the user's decision before calling this tool. Returns the created action's ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Action title (required). | |
| due_at | No | Due date/time in ISO 8601 format, e.g. '2024-12-31T17:00:00.000Z'. | |
| site_id | No | Site ID to associate with this action. | |
| description | No | Detailed description of what needs to be done. | |
| priority_id | No | Org-specific priority ID (UUID). Omit for the system default. | |
| assignee_ids | No | List of user IDs to assign this action to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| due_at | No |