get_chores
Retrieve family chores from Skylight by date, assignee, or status, with IDs for updates and completion tracking.
Instructions
Get chores from Skylight.
Use this to answer:
"What chores do I need to do today?"
"Show me this week's chores"
"What's on the chore chart?"
"What chores does [name] have?"
Returns chores with their IDs (needed for update_chore/delete_chore), assignees, due dates, and completion status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Start date (YYYY-MM-DD or 'today'). Defaults to today. | |
| status | No | Filter by completion status | pending |
| dateEnd | No | End date (YYYY-MM-DD). Defaults to 7 days from start. | |
| assignee | No | Filter by family member name (e.g., 'Dad', 'Mom') | |
| includeLate | No | Include overdue chores from past dates |