reschedule_chore_occurrence
Reschedule a single chore occurrence to a new date without altering its recurring schedule. Provide the chore ID, original date, and new date.
Instructions
Move a single chore occurrence to new_date without touching the cadence.
chore_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the reschedule. date and
new_date are YYYY-MM-DD occurrence dates, not item references.
NOTE (v0.2): the backend returns 501 today for chores (legacy storage); the tool is exposed for forward compatibility. Once the chore storage is migrated, this becomes the SCOPE-010 path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore_id | Yes | ||
| date | Yes | ||
| new_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |