Skip to main content
Glama

delete_collection

Remove a collection from Lightroom Classic by specifying its ID to manage your photo catalog and organize your editing workspace.

Instructions

Delete a collection by its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collection_idYes

Implementation Reference

  • The implementation of the delete_collection tool, which is registered as an MCP tool and calls the internal _call method.
    @mcp.tool()
    async def delete_collection(collection_id: int) -> dict[str, Any]:
        """Delete a collection by its ID."""
        return await _call("catalog.delete_collection", {"collection_id": collection_id})

Latest Blog Posts

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/4xiomdev/lightroom-classic-mcp'

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