create_card
Create a card in a named list on a specified board. Add an optional description and due date to capture task details immediately.
Instructions
Create a card on a board, in the named list. This writes to the real board.
due takes an ISO-8601 timestamp such as 2026-09-01T17:00:00Z.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ||
| name | Yes | ||
| board | Yes | ||
| list_name | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||