Skip to main content
Glama

trello-mcp-server

add-comments

Enable users to add comments to multiple Trello cards simultaneously by specifying card IDs and comment text, streamlining team collaboration and task updates.

Input Schema

NameRequiredDescriptionDefault
commentsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comments": { "items": { "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" }, "type": "array" } }, "required": [ "comments" ], "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/v4lheru/trello-mcp-server'

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