List tasks
list_tasksList tasks from Google Tasks, filtered by list or due-date range. Omit list ID to include all lists.
Instructions
List tasks, optionally from one list and/or within a due-date range. Omit list_id to cover every list. Due dates are calendar dates (YYYY-MM-DD): the Google Tasks API cannot store or return a due time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Cap the number returned per list. | |
| include | No | open = not yet done (default). completed = finished only. all = both. Tasks completed in the Google Tasks app become hidden, so only "completed" and "all" will surface them. | |
| list_id | No | List id, title, or alias. Omit for every list. | |
| due_after | No | Inclusive lower bound, YYYY-MM-DD. Excludes tasks with no due date. | |
| due_before | No | Inclusive upper bound, YYYY-MM-DD. Excludes tasks with no due date. |