kaiten_create_card
Create a new Kaiten card by specifying title and board, with support for descriptions, deadlines, owners, tags, and custom properties.
Instructions
Create a new Kaiten card. Title max 1024 chars, description max 32768 chars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asap | No | ASAP marker | |
| tags | No | Tags to attach | |
| title | Yes | Card title (1-1024 chars) | |
| lane_id | No | Target lane ID | |
| type_id | No | Card type ID | |
| board_id | Yes | Target board ID | |
| due_date | No | Deadline (ISO 8601) | |
| owner_id | No | Owner user ID | |
| position | No | 1=first, 2=last in cell | |
| column_id | No | Target column ID | |
| condition | No | 1=active, 2=archived | |
| size_text | No | Size (e.g. S, M, L, 1, 23.45) | |
| sprint_id | No | Sprint ID to assign card to | |
| project_id | No | Project UUID to attach card to | |
| properties | No | Custom properties as {id_N: value} | |
| sort_order | No | Position in cell | |
| description | No | Card description (max 32768) | |
| external_id | No | External ID (max 1024) | |
| planned_end | No | Planned end date (ISO 8601) | |
| expires_later | No | Expires later flag | |
| planned_start | No | Planned start date (ISO 8601) | |
| child_card_ids | No | Child card IDs to link (max 1) | |
| responsible_id | No | Responsible user ID | |
| parent_card_ids | No | Parent card IDs to link (max 1) | |
| estimate_workload | No | Estimated workload in minutes (resource planning) | |
| due_date_time_present | No | True if due_date includes time component |