Skip to main content
Glama

Advanced Trello MCP Server

MIT License
21

update-list

Modify Trello lists by updating names, positions, archival status, or subscription settings using the specified list ID for streamlined project management.

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