Trello MCP Server

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

ID: zekev8gy7i