Skip to main content
Glama

trello-mcp-server

get-tickets-by-list

Retrieve Trello cards from a specified list by providing the list ID, with an optional limit to control the number of cards returned.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of cards to return
listIdYesID of the list to get tickets from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of cards to return", "type": "number" }, "listId": { "description": "ID of the list to get tickets 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/v4lheru/trello-mcp-server'

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