Skip to main content
Glama

trello-mcp-server

create-card

Create a new card in Trello by specifying the card name, description, and list ID. Simplify task management and project organization using direct API integration.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
listIdYes
nameYes

Input Schema (JSON Schema)

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

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