m365_tasks_list
Retrieve tasks from a Microsoft 365 task list by its ID, with optional OData filter and max tasks limit.
Instructions
List tasks in a task list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max tasks | |
| filter | No | OData filter, e.g. status ne 'completed' | |
| listId | Yes | Task list ID (from m365_tasks_lists) |