Skip to main content
Glama

trello-mcp-server

get-lists

Retrieve all lists from a specific Trello board by providing its unique board ID using the tool from the Trello MCP server.

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the Trello board to get lists from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "ID of the Trello board to get lists from", "type": "string" } }, "required": [ "boardId" ], "type": "object" }

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/v4lheru/trello-mcp-server'

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