trello_add_comment
Add a comment to a Trello card for notes, updates, or discussions. Provide card ID and text content.
Instructions
Add a comment to a Trello card. Use this to add notes, updates, or discussions to cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| cardId | Yes | ID or URL of the card to add comment to (e.g. "abc123" or "https://trello.com/c/abc123/1-title") | |
| text | Yes | Text content of the comment |