list_tasks
List Microsoft To Do tasks in a list, newest first. Filter by status, title, or steps, and hide finished tasks unless you request completed or all statuses.
Instructions
List tasks in a list, newest first. Finished tasks are hidden unless status is "completed" or "all". Notes longer than 200 characters are shortened; use get_task for the full task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | List display name (case-insensitive) or list id | |
| limit | No | Maximum tasks to return, newest first | |
| status | No | Which tasks to return | open |
| include_steps | No | Include each task's steps (subtasks) | |
| title_contains | No | Only tasks whose title contains this text |