trello_create_task
Create a Trello card in a specified list with title, description, priority, and due date.
Instructions
Create a new task (card) in a Trello list with task management features
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The ID of the board | |
| listName | No | Name of the list (To Do, In Progress, Done) or list ID | To Do |
| title | Yes | Title of the task | |
| description | No | Detailed description of the task | |
| priority | No | Priority level of the task | |
| dueDate | No | Due date in ISO format (YYYY-MM-DD) or relative (e.g., "tomorrow", "next week") |