reclaim_create_task
Create a new task in Reclaim.ai by providing a title and optionally setting priority, deadline, time chunks, and status.
Instructions
Create a new task in Reclaim.ai. Requires at least a 'title'. Other fields like 'timeChunksRequired', 'priority', 'deadline', 'notes', 'eventCategory' are optional but recommended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional notes about the task. | |
| title | Yes | The title of the task. | |
| onDeck | No | Whether to prioritize this task. | |
| status | No | Status of the task. | |
| deadline | No | Deadline: days from now, ISO string, or YYYY-MM-DD. | |
| priority | No | Priority level of the task. | |
| eventColor | No | Color of the task in the calendar. | |
| snoozeUntil | No | Snooze until: days from now, ISO string, or YYYY-MM-DD. | |
| eventSubType | No | Subcategory of the task. | |
| eventCategory | No | Category of the task. | |
| timeChunksRequired | No | Number of 15-minute chunks required. |