Skip to main content
Glama

Advanced Trello MCP Server

get-action-reactions

Retrieve reactions for a specific Trello action, including member and emoji details, to analyze engagement and interactions within your project management workflow.

Input Schema

NameRequiredDescriptionDefault
actionIdYesID of the action
emojiNoInclude emoji information for reactions
memberNoInclude member information for reactions

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "actionId": { "description": "ID of the action", "type": "string" }, "emoji": { "description": "Include emoji information for reactions", "type": "boolean" }, "member": { "description": "Include member information for reactions", "type": "boolean" } }, "required": [ "actionId" ], "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