create_swimlane
Add a swimlane to a Kanboard project by providing a name and optional description. Returns the swimlane ID upon success.
Instructions
Add a swimlane to a Kanboard project. Project resolved from explicit project_id/project_identifier or .kanboard.yaml. Returns { swimlane_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Kanboard project id (overrides .kanboard.yaml). | |
| project_identifier | No | Kanboard project identifier string (overrides .kanboard.yaml). | |
| name | Yes | Swimlane name (1–255 chars, required). | |
| description | No | Optional swimlane description. |