create_planner_task
Create a task in Microsoft Planner with a required title and optional notes, plan, bucket, and due date. Use it to add actionable items directly to a chosen plan and bucket.
Instructions
Create a task in Microsoft Planner. This is a real write: the task exists the moment this returns.
Args: title: Short, action-oriented task title (required). notes: Longer context for the task body (Planner "Notes"). plan: Plan name (case-insensitive) or ID. Empty uses KAIROS_DEFAULT_PLAN, or the only plan if the account has exactly one. bucket: Bucket within the plan, by name or ID. Empty uses the plan's first bucket. Call list_planner_plans to see what exists. due_on: Due date as YYYY-MM-DD, or empty for none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | ||
| notes | No | ||
| title | Yes | ||
| bucket | No | ||
| due_on | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |