Adobe Lightroom · Capability

Adobe Lightroom Lightroom Services API — Catalog

Adobe Lightroom Lightroom Services API — Catalog. 2 operations. Lead operation: Adobe Lightroom Get the Customer's Catalog. Self-contained Naftiko capability covering one Lightroom business surface.

Run with Naftiko LightroomCatalog

What You Can Do

GET
Getcatalog — Adobe Lightroom Get the Customer's Catalog
/v1/catalog
GET
Getcatalogbyid — Adobe Lightroom Get Catalog by Id
/v1/catalogs/{catalog-id}

MCP Tools

adobe-lightroom-get-customer-s-catalog

Adobe Lightroom Get the Customer's Catalog

read-only idempotent
adobe-lightroom-get-catalog-id

Adobe Lightroom Get Catalog by Id

read-only idempotent

Capability Spec

services-catalog.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Lightroom Lightroom Services API — Catalog
  description: 'Adobe Lightroom Lightroom Services API — Catalog. 2 operations. Lead operation: Adobe Lightroom Get the Customer''s
    Catalog. Self-contained Naftiko capability covering one Lightroom business surface.'
  tags:
  - Lightroom
  - Catalog
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LIGHTROOM_API_KEY: LIGHTROOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: services-catalog
    baseUri: https://lr.adobe.io/v2
    description: Adobe Lightroom Lightroom Services API — Catalog business capability. Self-contained, no shared references.
    resources:
    - name: catalog
      path: /catalog
      operations:
      - name: getcatalog
        method: GET
        description: Adobe Lightroom Get the Customer's Catalog
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: catalogs-catalog_id
      path: /catalogs/{catalog_id}
      operations:
      - name: getcatalogbyid
        method: GET
        description: Adobe Lightroom Get Catalog by Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.LIGHTROOM_API_KEY}}'
  exposes:
  - type: rest
    namespace: services-catalog-rest
    port: 8080
    description: REST adapter for Adobe Lightroom Lightroom Services API — Catalog. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/catalog
      name: catalog
      description: REST surface for catalog.
      operations:
      - method: GET
        name: getcatalog
        description: Adobe Lightroom Get the Customer's Catalog
        call: services-catalog.getcatalog
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/catalogs/{catalog-id}
      name: catalogs-catalog-id
      description: REST surface for catalogs-catalog_id.
      operations:
      - method: GET
        name: getcatalogbyid
        description: Adobe Lightroom Get Catalog by Id
        call: services-catalog.getcatalogbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: services-catalog-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Lightroom Lightroom Services API — Catalog. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adobe-lightroom-get-customer-s-catalog
      description: Adobe Lightroom Get the Customer's Catalog
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: services-catalog.getcatalog
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-lightroom-get-catalog-id
      description: Adobe Lightroom Get Catalog by Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: services-catalog.getcatalogbyid
      outputParameters:
      - type: object
        mapping: $.