Trello MCP Server

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" }

You must be authenticated.

Other Tools from Trello MCP Server

Related Tools

ID: zekev8gy7i