Get Cards by List ID
get_cards_by_list_idRetrieve all cards from a specific Trello list by providing its list ID. Optionally specify a board ID to scope the query to that board.
Instructions
Fetch cards from a specific Trello list on a specific board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID of the Trello list | |
| boardId | No | ID of the Trello board (uses the active/default board if not provided) |