add_task
Add a task to your Trello To Do list by creating a new card with title and optional description.
Instructions
Create a Trello card in the configured To Do list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| title | Yes | ||
| completed | Yes | ||
| description | Yes |