addedInput schema / examples
Added value: +[
+ {
+ "assignedToMemberId": "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e",
+ "dueDateOnOrAfter": "2026-07-01",
+ "dueDateOnOrBefore": "2026-07-31",
+ "includeCompleted": false,
+ "limit": 20
+ }
+]
addedInput schema / properties / assignedToMemberId / description
Added value: +"Filter to tasks assigned to this household member ID. Omit to include tasks for all assignees."
addedInput schema / properties / assignedToMemberId / examples
Added value: +[
+ "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e"
+]
changedInput schema / properties / cursor / description
Previous value: -"Pagination cursor"New value: +"Opaque pagination cursor from a previous list_tasks response's nextCursor. Omit to fetch the first page."
changedInput schema / properties / dueDateOnOrAfter / description
Previous value: -"Tasks with due date on or after (YYYY-MM-DD)"New value: +"Only include tasks with a due date on or after this date (YYYY-MM-DD). Tasks with no due date never match."
addedInput schema / properties / dueDateOnOrAfter / examples
Added value: +[
+ "2026-07-01"
+]
changedInput schema / properties / dueDateOnOrBefore / description
Previous value: -"Tasks with due date on or before (YYYY-MM-DD)"New value: +"Only include tasks with a due date on or before this date (YYYY-MM-DD). Tasks with no due date never match."
addedInput schema / properties / dueDateOnOrBefore / examples
Added value: +[
+ "2026-07-31"
+]
changedInput schema / properties / includeCompleted / description
Previous value: -"Default: false"New value: +"Whether to include completed tasks in the results. Default: false"
changedInput schema / properties / limit / description
Previous value: -"1-100, default 50"New value: +"Maximum number of tasks to return per page. 1-100, default 50."