add_card_to_list
Add a new card to a Trello list with name, description, due date, and labels. Specify the board and list to organize tasks effectively.
Instructions
Add a new card to a specified list on a specific board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | No | ID of the Trello board (uses default if not provided) | |
| listId | Yes | ID of the list to add the card to | |
| name | Yes | Name of the card | |
| description | No | Description of the card | |
| dueDate | No | Due date for the card (ISO 8601 format) | |
| labels | No | Array of label IDs to apply to the card |