Create a card
create_cardAdd a card to a column on a board. Lands in Backlog when no column is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Card colour as #rrggbb. | |
| title | Yes | Card title. | |
| column | No | Column name or id. Defaults to Backlog. | |
| board_id | Yes | The board UUID, or the board URL the user shared. Never invent one. | |
| due_date | No | Due day as YYYY-MM-DD. | |
| password | No | The board password, if the board is protected. | |
| description | No |