list_tasks
Retrieve Microsoft To Do tasks from a specific list, or all lists when no list ID is provided. Use pagination cursors for large result sets and include completed tasks when needed.
Instructions
List tasks. Give listId for one list; omit it to page across every list of the provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous call (single-list mode only) | |
| listId | No | Omit to aggregate across all lists | |
| provider | No | Provider id (mstodo). Omit when exactly one provider is connected. | |
| includeCompleted | No |