list_cards
Retrieve all cards from a Trello list, returning each card's id, name, and description.
Instructions
List all cards in a Trello list. Returns a JSON array with id, name, and desc for each card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |