list_extensions
Retrieve custom JSON metadata extensions attached to a specific task in Microsoft To Do, supporting pagination and optional verbose output.
Instructions
List the open extensions (custom JSON metadata) attached to a task.
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). | |
| paginate | No | If true: follows @odata.nextLink up to 20 pages (≈2000 items max). Default false. Use sparingly — large result sets may exhaust the LLM context window. |