Skip to main content
Glama

Advanced Trello MCP Server

MIT License
21

get-list-cards

Retrieve cards from a specific Trello list by its ID, with options to filter by card type and include select fields for efficient project management and data retrieval.

Input Schema

NameRequiredDescriptionDefault
fieldsNoComma-separated list of card fields to include
filterNoFilter for card types (e.g., "open", "closed", "all")
listIdYesID of the list to get cards from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "description": "Comma-separated list of card fields to include", "type": "string" }, "filter": { "description": "Filter for card types (e.g., \"open\", \"closed\", \"all\")", "type": "string" }, "listId": { "description": "ID of the list to get cards from", "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