create_card
Create a new card in a Trello list to add tasks, ideas, or items to your workflow.
Instructions
Create a new card in a Trello list. Use this to add tasks, ideas, or items to your workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| name | Yes | Name/title of the card (what the task or item is about) | |
| desc | No | Optional detailed description of the card | |
| idList | Yes | ID of the list where the card will be created (you can get this from get_lists) | |
| pos | No | Position in the list: "top", "bottom", or specific number | |
| due | No | Optional due date for the card (ISO 8601 format, e.g., "2024-12-31T23:59:59Z") | |
| start | No | Optional start date for the card (ISO 8601 format, e.g., "2024-12-01T09:00:00Z") | |
| idMembers | No | Optional array of member IDs to assign to the card | |
| idLabels | No | Optional array of label IDs to categorize the card |