get_cards_in_list
Retrieve all cards from a Trello list by providing its list ID. Filter by status and customize the response detail to suit your needs.
Instructions
Get all cards in a list. Use this tool to see the contents of a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| filter | No | Filter cards by status (default: open) | |
| listId | Yes | ID of the list | |
| maxItems | No | Maximum number of items to return for list operations. Helps reduce response size for large datasets | |
| summarize | No | Return summary information instead of full data for list operations (e.g., '50 cards' instead of full card array) | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) |