create_task
Creates a new household task. Only title is required; the task starts unassigned and uncompleted. Use assign_task, update_task, or complete_task to change it afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Freeform notes about the task. Not for assignment info. | |
| title | Yes | The task's title, e.g. 'Take out the recycling'. Required; max 200 characters. | |
| dueDate | No | The date the task is due, in YYYY-MM-DD format. | |
| preparationDate | No | The date to start preparing for the task, in YYYY-MM-DD format. Must be on or before the due date if both are set. | |
| assignedToMemberId | No | The member ID of the household member. Get this from list_house_members. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| title | No | ||
| message | No | ||
| variant | No |