Skip to main content
Glama

Trello MCP Server

by andypost

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

Other Tools from Trello MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andypost/mcp-server-ts-trello'

If you have feedback or need assistance with the MCP directory API, please join our Discord server