list_tasks
Retrieve tasks from a Microsoft To Do list using filters, ordering, and pagination to manage and view task data.
Instructions
List the tasks of a To Do list. Supports OData filter, $orderby, $top, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| filter | No | ||
| top | No | ||
| orderby | No | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). | |
| paginate | No | If true: follows @odata.nextLink up to 20 pages (≈2000 items max). Default false. Use sparingly — large result sets may exhaust the LLM context window. |