create_planner_bucket
Creates a board column in a Microsoft Planner plan. Returns the existing bucket if one with the same name already exists.
Instructions
Create a bucket (board column) in a Planner plan. Idempotent: if a bucket with that name already exists (case-insensitive) its ID is returned and nothing is created.
Args: bucket_name: Name of the bucket. plan: Plan name or ID. Empty uses KAIROS_DEFAULT_PLAN / the only plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | ||
| bucket_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |