get-list-cards
Retrieve cards from a specific Trello list by its ID, with options to filter by card type and include select fields for efficient project management and data retrieval.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | Comma-separated list of card fields to include | |
filter | No | Filter for card types (e.g., "open", "closed", "all") | |
listId | Yes | ID of the list to get cards from |