List a User's Tasks
planner_list_user_tasksList all tasks assigned to a user across every Microsoft Planner plan they belong to. Get the user ID using planner_find_user to fetch complete task lists.
Instructions
List all Planner tasks assigned to a user across every plan they participate in. Get the user ID from planner_find_user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum results to return (default 50, max 200) | |
| user_id | Yes | User ID | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
| include_completed | No | Include completed tasks (default false) |