manage_columns
Create, update, or delete kanban columns in batch for a project. Manage column names and order efficiently.
Instructions
Create, update, or delete kanban columns in batch.
[Category: Kanban Columns] [Auth: V2]
[Related: list_columns, create_task, update_task]
[Workflow: Create kanban project → manage_columns → create_task with column_id]
Args:
project_id: The project these columns belong to.
add: New columns: [{"name": "To Do", "sortOrder": 0}, {"name": "In Progress", "sortOrder": 1}].
projectId is auto-filled.
update: Column updates: [{"id": "...", "name": "New Name"}].
delete: Column IDs to delete.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| add | No | ||
| update | No | ||
| delete | No |