complete_planner_task
Complete a Microsoft Planner task by ID or title, or reopen a completed one to set progress back to 0%.
Instructions
Mark a Planner task complete (or reopen it). This is a real write.
Give either task_id (exact, preferred) or title. A title is matched against OPEN tasks only (COMPLETED tasks when reopen=true); if it matches more than one, this refuses and lists the candidates rather than guessing.
Args: task_id: Exact Planner task ID. Preferred when known. title: Task title or a distinctive part of it. Used only if task_id is empty. plan: Plan to search when matching by title. Empty uses the default plan. reopen: Set true to undo a completion (sets 0%) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | ||
| title | No | ||
| reopen | No | ||
| task_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |