trello_create_card
Create a new Trello card in a specified list with name, description, and position.
Instructions
Create a new card
Input 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) |