Fetch tasks from a To Do list
todo_get_tasksRetrieve tasks from a Microsoft To Do list by name, optionally scoped to a group or folder. Returns titles, status, due dates, notes, and checklist subtasks for open tasks.
Instructions
Fetch tasks from a Microsoft To Do list by name, optionally scoped to a group/folder (e.g. 'the Backlog list from Work'). Returns titles, status, due dates, notes and checklist subtasks. Defaults to open (not completed) tasks only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | The list name as the user refers to it. | |
| group | No | Group/folder name, if the user specified one to disambiguate. | |
| include_details | No | Include notes and checklist items (set false for a quick title-level scan of a large list). | |
| include_completed | No | Include completed tasks too. |