Create Task
personal_os_create_taskAdd a task to an owned active container, setting title, dates, priority, status, effort, and tags. Optionally replace the entire tag set.
Instructions
Create one Task in an owned active non-Area Container, optionally replacing its complete Tag set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| due_at | No | Date/time accepted by the API; UTC ISO 8601 is recommended. | |
| effort | No | ||
| status | No | ||
| tag_ids | No | ||
| due_date | No | ||
| priority | No | ||
| sort_order | No | ||
| description | No | ||
| container_id | Yes | Owned active non-Area Container UUID. | |
| planned_for_date | No | ||
| estimated_minutes | No | Estimated total minutes to complete the Task (1-10080). Always total minutes — never send strings like '1.5 hours' or '1:30'. Null clears the estimate. |