skylight_update_chore
Update a chore by its ID, modifying fields like summary, schedule, recurrence, category, or reward points. Use confirm to apply changes, or get a preview without applying.
Instructions
Update a chore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| start | No | ||
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| frameId | No | ||
| summary | No | ||
| apply_to | No | For recurring chores: which occurrences to update. | |
| emoji_icon | No | ||
| recurrence | No | iCalendar RRULE without the "RRULE:" prefix; edits the whole series. | |
| start_time | No | ||
| category_id | No | ||
| description | No | ||
| reward_points | No | ||
| recurring_until | No | ISO datetime the recurrence ends. |