addedInput schema / examples
Added value: +[
+ {
+ "assigneeRotation": [
+ "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e"
+ ],
+ "cronExpression": "2 Week",
+ "id": "5c3d2e1f0a9b8c7d6e5f4a3b2c1d0e9f",
+ "title": "Take out the recycling"
+ }
+]
addedInput schema / properties / assigneeRotation / description
Added value: +"New ordered list of household member IDs to round-robin through, replacing the existing rotation entirely. Applies to instances generated after this change; already-created instances are unaffected. Omit to leave the rotation unchanged."
addedInput schema / properties / assigneeRotation / items / description
Added value: +"A household member ID (from list_house_members) taking a turn in the rotation."
addedInput schema / properties / assigneeRotation / items / examples
Added value: +[
+ "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e"
+]
changedInput schema / properties / cronExpression / description
Previous value: -"Cron expression for recurrence. Format: minute hour dayOfMonth month dayOfWeek"New value: +"New recurrence frequency expression in the format 'N Unit', e.g. '2 Week' for every two weeks. Unit must be exactly Day, Week, Month, or Year (case-sensitive). Despite the parameter name, this is not cron syntax. Changing this deletes uncompleted future instances and regenerates them from the new schedule."
addedInput schema / properties / cronExpression / examples
Added value: +[
+ "2 Week"
+]
changedInput schema / properties / endDate / description
Previous value: -"YYYY-MM-DD format"New value: +"New end date for the schedule (inclusive), in YYYY-MM-DD format. Omit to leave unchanged, or send an empty string for an open-ended schedule. Changing this regenerates future uncompleted instances."
addedInput schema / properties / endDate / examples
Added value: +[
+ "2026-12-31"
+]
addedInput schema / properties / id / description
Added value: +"The recurring task's ID, as returned by create_recurring_task or list_recurring_tasks."
addedInput schema / properties / id / examples
Added value: +[
+ "5c3d2e1f0a9b8c7d6e5f4a3b2c1d0e9f"
+]
addedInput schema / properties / maxOccurrences / description
Added value: +"New maximum total number of instances to generate. Changing this regenerates future uncompleted instances."
addedInput schema / properties / maxOccurrences / examples
Added value: +[
+ 26
+]
addedInput schema / properties / notes / description
Added value: +"New notes for the template, copied to existing uncompleted generated instances. Omit to leave unchanged."
addedInput schema / properties / preparationDays / description
Added value: +"Number of days before each occurrence's due date to set that instance's preparation date. Only affects instances generated after this change; existing uncompleted instances keep their original preparation date unless a frequency, start date, end date, or max-occurrences change also triggers regeneration."
addedInput schema / properties / preparationDays / examples
Added value: +[
+ 1
+]
changedInput schema / properties / startDate / description
Previous value: -"YYYY-MM-DD format"New value: +"New start date for the schedule, in YYYY-MM-DD format. Omit to leave unchanged, or send an empty string to clear it. Changing this regenerates future uncompleted instances."
addedInput schema / properties / startDate / examples
Added value: +[
+ "2026-08-01"
+]
addedInput schema / properties / title / description
Added value: +"New title for the template. Existing uncompleted generated instances are updated to match; completed ones keep their original title. Omit to leave unchanged."