create_chore
Assign a new chore to a family member on Skylight with due date, recurring schedule, and reward points.
Instructions
Add a new chore to Skylight.
Use this when the user wants to:
Add a new task like "empty the dishwasher"
Assign chores to family members
Create recurring chores
The chore will appear on the Skylight display. An assignee is required — this account's Skylight API version rejects unassigned ("up for grabs") chores outright, so there is no way to create one without an assignee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Due date (YYYY-MM-DD or 'today', 'tomorrow', day name). Defaults to today. | |
| time | No | Due time (e.g., '10:00 AM', '14:30'). Optional. | |
| summary | Yes | Chore description (e.g., 'Empty the dishwasher') | |
| assignee | Yes | Family member to assign (e.g., 'Dad', 'Mom', 'Kids'). Required — see get_family_members. | |
| recurring | No | Is this a recurring chore? | |
| rewardPoints | No | Reward points for completing this chore | |
| recurrencePattern | No | For recurring: 'daily', 'weekly', 'weekdays', or RRULE string |