tasks_list_todo
Get Microsoft To Do tasks for the signed-in user, filtered by list and status. Returns id, title, status, due date, and notes. Defaults to unfinished tasks across all lists.
Instructions
List the signed-in user's Microsoft To Do tasks, optionally narrowed to one list and to a status of notStarted, inProgress, completed or all. Returns id, title, status, due date and notes. Defaults to unfinished tasks across every list, which is what 'what do I need to do' usually means. Requires Tasks.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status: notStarted | inProgress | completed | all | notStarted |
| list_id | No | Specific list ID. If omitted, returns tasks across all lists. | |
| max_results | No | Maximum tasks to return |