Skip to main content
Glama

Advanced Trello MCP Server

add-comment

Add comments to Trello cards using a structured input format with card ID and text, enabling precise communication and task updates within project workflows.

Input Schema

NameRequiredDescriptionDefault
cardIdYesID of the card to comment on
textYesComment text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cardId": { "description": "ID of the card to comment on", "type": "string" }, "text": { "description": "Comment text", "type": "string" } }, "required": [ "cardId", "text" ], "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