Skip to main content
Glama

Advanced Trello MCP Server

MIT License
21

get-list-board

Retrieve the board associated with a specific Trello list, including customizable board fields, to streamline project management and data integration.

Input Schema

NameRequiredDescriptionDefault
fieldsNoComma-separated list of board fields to include
listIdYesID of the list to get board for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "description": "Comma-separated list of board fields to include", "type": "string" }, "listId": { "description": "ID of the list to get board for", "type": "string" } }, "required": [ "listId" ], "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/adriangrahldev/advanced-trello-mcp-server'

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