List Tasks in a Microsoft To Do List
todo_list_tasksList tasks from a Microsoft To Do list by providing the list ID, with optional status filters to narrow results.
Instructions
List tasks inside a given Microsoft To Do list. Supports filtering by status. Get list_id from todo_list_task_lists first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return (default 50) | |
| list_id | Yes | The id of the list to read from | |
| status_filter | No | Only return tasks with this status, or 'all' for every task (default: all) | all |