get_task
Retrieve detailed information about a specific Microsoft To Do task using its ID.
Instructions
Fetch a task's detail by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| task_id | Yes | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |