mcp_kanban_batch_cards
Create multiple Kanban cards in one call with descriptions, checklists, labels, comments, and positions. Provide board ID and card list to batch-add cards efficiently.
Instructions
Create multiple cards at once from a single JSON payload. Each card can include a description, vertical position, step-by-step checklist tasks (plain strings or {name, isCompleted} objects: task ∈ checklist ∈ card), labels (auto-created on the board if missing), and an optional comment — all in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | The cards to create, in order | |
| listId | No | Default list ID for all cards (each card may override) | |
| boardId | Yes | The ID of the board (required to resolve/create labels) |