addedInput schema / examples
Added value: +[
+ {
+ "dueDate": "2026-08-01",
+ "id": "018f2c9a1b2c7d3e9a4f5b6c7d8e9f0a",
+ "title": "Take out the recycling"
+ }
+]
changedInput schema / properties / assignedToMemberId / description
Previous value: -"Member ID to assign, or empty string to unassign"New value: +"Member ID to assign, or empty string to unassign. Omit to leave the current assignment unchanged."
addedInput schema / properties / assignedToMemberId / examples
Added value: +[
+ "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e"
+]
changedInput schema / properties / dueDate / description
Previous value: -"YYYY-MM-DD format, or empty string to clear"New value: +"YYYY-MM-DD format, or empty string to clear. Omit to leave unchanged."
addedInput schema / properties / dueDate / examples
Added value: +[
+ "2026-08-01"
+]
addedInput schema / properties / id / description
Added value: +"The task's ID, as returned by create_task or list_tasks."
addedInput schema / properties / id / examples
Added value: +[
+ "018f2c9a1b2c7d3e9a4f5b6c7d8e9f0a"
+]
changedInput schema / properties / notes / description
Previous value: -"Freeform notes about the task. Not for assignment info."New value: +"Freeform notes about the task. Not for assignment info. Omit to leave unchanged."
changedInput schema / properties / preparationDate / description
Previous value: -"YYYY-MM-DD format, or empty string to clear"New value: +"YYYY-MM-DD format, or empty string to clear. Omit to leave unchanged."
addedInput schema / properties / preparationDate / examples
Added value: +[
+ "2026-07-30"
+]
addedInput schema / properties / title / description
Added value: +"New title for the task. Omit to leave unchanged; max 200 characters."