Skip to main content
Glama

Advanced Trello MCP Server

update-list

Modify Trello list properties such as name, position, status, and subscription settings using the update-list tool in the Advanced Trello MCP Server for precise project management adjustments.

Input Schema

NameRequiredDescriptionDefault
closedNoWhether the list should be closed (archived)
listIdYesID of the list to update
nameNoNew name for the list
posNoPosition of the list
subscribedNoWhether to subscribe to the list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "closed": { "description": "Whether the list should be closed (archived)", "type": "boolean" }, "listId": { "description": "ID of the list to update", "type": "string" }, "name": { "description": "New name for the list", "type": "string" }, "pos": { "description": "Position of the list", "type": [ "number", "string" ] }, "subscribed": { "description": "Whether to subscribe to the list", "type": "boolean" } }, "required": [ "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/adriangrahldev/advanced-trello-mcp-server'

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