Trello MCP Server

get_lists

Get all lists in a board

Input Schema

NameRequiredDescriptionDefault
requestYes

Input Schema (JSON Schema)

{ "properties": { "request": { "properties": { "board_id": { "description": "ID of the board", "type": "string" } }, "required": [ "board_id" ], "type": "object" } }, "required": [ "request" ], "title": "get_listsArguments", "type": "object" }