Skip to main content
Glama

Advanced Trello MCP Server

archive-list

Archive or unarchive Trello lists by specifying the list ID and desired status, streamlining project management and organization within the Advanced Trello MCP Server.

Input Schema

NameRequiredDescriptionDefault
archivedYesWhether to archive (true) or unarchive (false) the list
listIdYesID of the list to archive or unarchive

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "archived": { "description": "Whether to archive (true) or unarchive (false) the list", "type": "boolean" }, "listId": { "description": "ID of the list to archive or unarchive", "type": "string" } }, "required": [ "listId", "archived" ], "type": "object" }
Install Server

Other Tools from Advanced 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/adriangrahldev/advanced-trello-mcp-server'

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