MCP Server Trello

get_cards_by_list_id

Fetch cards from a specific Trello list

Input Schema

NameRequiredDescriptionDefault
listIdYesID of the Trello list

Input Schema (JSON Schema)

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