buckets_create
Create a new kanban bucket within a project view by providing the project ID, view ID, title, and optional task limit.
Instructions
Create a new kanban bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID | |
| viewId | Yes | The project view ID (must be a kanban view) | |
| title | Yes | Bucket title | |
| limit | No | Max tasks in bucket (0 = unlimited) |