tasks_list_planner_tasks
List tasks from a Microsoft Planner plan by plan ID. Get task IDs, titles, buckets, progress, due dates, and assignees for shared team collaboration.
Instructions
List the tasks on a Planner plan's board, given a plan id from tasks_list_planner_plans. Returns id, title, bucket, percent complete, due date and who each task is assigned to. Use for shared team work; tasks_list_todo covers the user's own private list. Task ids returned here are what the Planner update tools take. Requires Tasks.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | The Planner plan ID to fetch tasks from | |
| max_results | No | Maximum tasks to return |