Skip to main content
Glama

Trello MCP Server

by andypost

update_card

Modify specific properties of a Trello card using its ID and provided update data through the MCP server. Ideal for managing card details efficiently.

Instructions

Update properties of a specific card

Input Schema

NameRequiredDescriptionDefault
requestYes

Input Schema (JSON Schema)

{ "properties": { "request": { "properties": { "card_id": { "description": "ID of the card", "type": "string" }, "update_data": { "additionalProperties": true, "description": "Properties to update on the card", "type": "object" } }, "required": [ "card_id", "update_data" ], "type": "object" } }, "required": [ "request" ], "title": "update_cardArguments", "type": "object" }

You must be authenticated.

Other Tools from Trello MCP Server

Related Tools

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/andypost/mcp-server-ts-trello'

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