Claude MCP Trello

trello_get_cards_by_list

Retrieves a list of cards contained in the specified list ID.

Input Schema

NameRequiredDescriptionDefault
listIdYesTrello list ID

Input Schema (JSON Schema)

{ "properties": { "listId": { "description": "Trello list ID", "type": "string" } }, "required": [ "listId" ], "type": "object" }