List Tasks in a Plan or Bucket
planner_list_tasksList Microsoft Planner tasks from a plan or bucket, with optional filters for assignee and completion status.
Instructions
List Planner tasks in a plan (or a single bucket). Optionally filter by assignee user ID or open/completed state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum results to return (default 50, max 200) | |
| plan_id | No | Plan ID (required unless bucket_id is given) | |
| bucket_id | No | Bucket ID — list only this bucket's tasks | |
| assigned_to | No | Only tasks assigned to this user ID | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
| include_completed | No | Include completed tasks (default false) |