Add Card to List
add_card_to_listAdd a new card to a specified Trello list using list ID and card name. Set optional details like description, due date, labels, and start date.
Instructions
Add a new card to a specified list on a specific board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the card | |
| start | No | Start date for the card (YYYY-MM-DD format) | |
| labels | No | Array of label IDs to apply to the card | |
| listId | Yes | ID of the list to add the card to | |
| boardId | No | ID of the Trello board (uses the active/default board if not provided) | |
| dueDate | No | Due date for the card (ISO 8601 format) | |
| description | No | Description of the card |