Skip to main content
Glama

Multi-MCPs

by TaylorChen

create_card

Add cards to Trello lists by specifying list ID, name, and description. Simplifies task management on Multi-MCPs by integrating with Trello's API.

Instructions

Create a card in a Trello list

Input Schema

NameRequiredDescriptionDefault
descNo
list_idYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "desc": { "type": "string" }, "list_id": { "type": "string" }, "name": { "type": "string" } }, "required": [ "list_id", "name" ], "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/TaylorChen/muti-mcps'

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