trello_create_card
Create a new Trello card with name, description, and position in a specified list to organize tasks and projects.
Instructions
Create a new card
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the card | |
| list_id | Yes | The ID of the list | |
| desc | No | The description of the card | |
| pos | No | The position of the card (top, bottom, or number) |