Skip to main content
Glama

Trello MCP Server

by andypost

get_cards

Retrieve Trello cards from a specific board or list using the MCP server. Input the board ID to fetch all cards or specify a list ID for targeted results.

Instructions

Get cards from a board or specific list

Input Schema

NameRequiredDescriptionDefault
requestYes

Input Schema (JSON Schema)

{ "properties": { "request": { "properties": { "board_id": { "description": "ID of the board", "type": "string" }, "list_id": { "description": "Optional ID of a specific list", "type": "string" } }, "required": [ "board_id" ], "type": "object" } }, "required": [ "request" ], "title": "get_cardsArguments", "type": "object" }

You must be authenticated.

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