Skip to main content
Glama

Advanced Trello MCP Server

get-action

Retrieve specific Trello action details by ID, including customizable fields, member data, and entity information, for enhanced project management integration.

Input Schema

NameRequiredDescriptionDefault
actionIdYesID of the action to retrieve
displayNoInclude display information
entitiesNoInclude entity information
fieldsNoComma-separated list of fields to include
memberNoInclude member information
memberCreatorNoInclude member creator information
memberCreatorFieldsNoComma-separated list of member creator fields
memberFieldsNoComma-separated list of member fields

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "actionId": { "description": "ID of the action to retrieve", "type": "string" }, "display": { "description": "Include display information", "type": "boolean" }, "entities": { "description": "Include entity information", "type": "boolean" }, "fields": { "description": "Comma-separated list of fields to include", "type": "string" }, "member": { "description": "Include member information", "type": "boolean" }, "memberCreator": { "description": "Include member creator information", "type": "boolean" }, "memberCreatorFields": { "description": "Comma-separated list of member creator fields", "type": "string" }, "memberFields": { "description": "Comma-separated list of member fields", "type": "string" } }, "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