Adobe Lightroom · Capability

Adobe Lightroom Lightroom Assets API — Renditions

Adobe Lightroom Lightroom Assets API — Renditions. 1 operations. Lead operation: Adobe Lightroom Get an Asset Rendition. Self-contained Naftiko capability covering one Lightroom business surface.

Run with Naftiko LightroomRenditions

What You Can Do

GET
Getrendition — Adobe Lightroom Get an Asset Rendition
/v1/catalogs/{catalog-id}/assets/{asset-id}/renditions/{rendition-type}

MCP Tools

adobe-lightroom-get-asset-rendition

Adobe Lightroom Get an Asset Rendition

read-only idempotent

Capability Spec

assets-renditions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Lightroom Lightroom Assets API — Renditions
  description: 'Adobe Lightroom Lightroom Assets API — Renditions. 1 operations. Lead operation: Adobe Lightroom Get an Asset
    Rendition. Self-contained Naftiko capability covering one Lightroom business surface.'
  tags:
  - Lightroom
  - Renditions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LIGHTROOM_API_KEY: LIGHTROOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: assets-renditions
    baseUri: https://lr.adobe.io/v2
    description: Adobe Lightroom Lightroom Assets API — Renditions business capability. Self-contained, no shared references.
    resources:
    - name: catalogs-catalog_id-assets-asset_id-renditions-rendition_type
      path: /catalogs/{catalog_id}/assets/{asset_id}/renditions/{rendition_type}
      operations:
      - name: getrendition
        method: GET
        description: Adobe Lightroom Get an Asset Rendition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: rendition_type
          in: path
          type: string
          description: Rendition size type. thumbnail2x is a small thumbnail, numeric values indicate the longest edge in
            pixels, and fullsize is the maximum resolution available.
          required: true
    authentication:
      type: bearer
      token: '{{env.LIGHTROOM_API_KEY}}'
  exposes:
  - type: rest
    namespace: assets-renditions-rest
    port: 8080
    description: REST adapter for Adobe Lightroom Lightroom Assets API — Renditions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/catalogs/{catalog-id}/assets/{asset-id}/renditions/{rendition-type}
      name: catalogs-catalog-id-assets-asset-id-renditions-rendition-type
      description: REST surface for catalogs-catalog_id-assets-asset_id-renditions-rendition_type.
      operations:
      - method: GET
        name: getrendition
        description: Adobe Lightroom Get an Asset Rendition
        call: assets-renditions.getrendition
        with:
          rendition_type: rest.rendition_type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: assets-renditions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Lightroom Lightroom Assets API — Renditions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adobe-lightroom-get-asset-rendition
      description: Adobe Lightroom Get an Asset Rendition
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: assets-renditions.getrendition
      with:
        rendition_type: tools.rendition_type
      outputParameters:
      - type: object
        mapping: $.