Trello MCP Server

get_cards

Get cards from a board or specific list

Input Schema

NameRequiredDescriptionDefault
requestYes

Input Schema (JSON Schema)

{ "properties": { "request": { "properties": { "board_id": { "description": "ID of the board", "type": "string" }, "list_id": { "description": "Optional ID of a specific list", "type": "string" } }, "required": [ "board_id" ], "type": "object" } }, "required": [ "request" ], "title": "get_cardsArguments", "type": "object" }