create_card
Create a new card in a board column, with optional lane, owner, and markdown description to organize tasks.
Instructions
Create a new card on a board in a specific column (and optional lane).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Card title | |
| lane_id | No | Lane (swimlane) ID | |
| board_id | Yes | Board ID | |
| owner_id | No | Card owner user ID | |
| column_id | Yes | Column ID | |
| description | No | Card description (Markdown) |