create_card
Add tasks, ideas, or items to a Trello list by creating a new card with name, description, due date, labels, members, and position.
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 |
|---|---|---|---|
| due | No | Optional due date for the card (ISO 8601 format, e.g., "2024-12-31T23:59:59Z") | |
| pos | No | Position in the list: "top", "bottom", or specific number | |
| desc | No | Optional detailed description of the card | |
| name | Yes | Name/title of the card (what the task or item is about) | |
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| idList | Yes | ID of the list where the card will be created (you can get this from get_lists) | |
| idLabels | No | Optional array of label IDs to categorize the card | |
| idMembers | No | Optional array of member IDs to assign to the card |