Trello MCP Server

get_lists

Retrieve all lists within a Trello board by providing the board ID. Useful for organizing and managing board content efficiently.

Instructions

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" }

You must be authenticated.

Other Tools from Trello MCP Server

Related Tools

ID: zekev8gy7i