get-tasks
Retrieve tasks from a Microsoft To Do list. Supports filtering by status, sorting by date, and pagination to find specific items.
Instructions
Get tasks from a specific Microsoft Todo list. These are the main todo items that can contain checklist items (subtasks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of tasks to retrieve | |
| skip | No | Number of tasks to skip | |
| count | No | Whether to include a count of tasks | |
| filter | No | OData $filter query (e.g., 'status eq \'completed\'') | |
| listId | Yes | ID of the task list | |
| select | No | Comma-separated list of properties to include (e.g., 'id,title,status') | |
| orderby | No | Property to sort by (e.g., 'createdDateTime desc') |