trello_get_list_cards
Retrieve all cards from a specific Trello list by its ID to see tasks and items in a workflow column, with optional filtering by open, closed, or all.
Instructions
Get all cards in a specific Trello list. Use this to see all tasks/items in a workflow column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| fields | No | Optional: specific fields to include (e.g., ["name", "desc", "due", "labels", "members"]) | |
| filter | No | Filter cards by status: "open" for active cards, "closed" for archived cards, "all" for both | open |
| listId | Yes | ID of the list to get cards from (you can get this from get_lists) |