Skip to main content
Glama

Advanced Trello MCP Server

MIT License
21

create-cards

Use this tool to create multiple Trello cards in specified lists, streamlining card generation for project management and task organization. Input card names, descriptions, and list IDs for efficient setup.

Input Schema

NameRequiredDescriptionDefault
cardsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cards": { "items": { "additionalProperties": false, "properties": { "description": { "description": "Description of the card", "type": "string" }, "listId": { "description": "ID of the list to create the card in", "type": "string" }, "name": { "description": "Name of the card", "type": "string" } }, "required": [ "name", "listId" ], "type": "object" }, "type": "array" } }, "required": [ "cards" ], "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