Skip to main content
Glama

Trello MCP Server

by andypost

get_card_details

Retrieve comprehensive details for a specific Trello card using its unique ID, enabling efficient card management and insights through the Trello MCP Server.

Instructions

Get detailed information about a specific card

Input Schema

NameRequiredDescriptionDefault
requestYes

Input Schema (JSON Schema)

{ "properties": { "request": { "properties": { "card_id": { "description": "ID of the card", "type": "string" } }, "required": [ "card_id" ], "type": "object" } }, "required": [ "request" ], "title": "get_card_detailsArguments", "type": "object" }
Install Server

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