Create Trello Card
trello_create_cardCreates a Trello card in a list specified by ID or exact name.
Instructions
Create a card by list id or by exact list name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Optional ISO due date. | |
| name | Yes | Card title. | |
| listId | No | Destination list id. | |
| boardId | No | Board id, required when using listName unless TRELLO_BOARD_ID is set. | |
| listName | No | Exact destination list name. | |
| description | No | Card description. |