Create Zero Task
create_taskCreate a new Zero task for your account with title, optional due date, priority, and status. Use when the user requests saving a task.
Instructions
Create a Zero task for the signed-in user. Call only after the user explicitly asks to save the task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | ||
| due_date | No | ||
| priority | No | ||
| description | Yes |