Adobe Lightroom · Capability

Adobe Lightroom API (Firefly Services) — Presets

Adobe Lightroom API (Firefly Services) — Presets. 1 operations. Lead operation: Adobe Lightroom Apply Lightroom Presets to an Image. Self-contained Naftiko capability covering one Lightroom business surface.

Run with Naftiko LightroomPresets

What You Can Do

POST
Applypresets — Adobe Lightroom Apply Lightroom Presets to an Image
/v1/lrservice/presets

MCP Tools

adobe-lightroom-apply-lightroom-presets

Adobe Lightroom Apply Lightroom Presets to an Image

Capability Spec

firefly-services-presets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Lightroom API (Firefly Services) — Presets
  description: 'Adobe Lightroom API (Firefly Services) — Presets. 1 operations. Lead operation: Adobe Lightroom Apply Lightroom
    Presets to an Image. Self-contained Naftiko capability covering one Lightroom business surface.'
  tags:
  - Lightroom
  - Presets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LIGHTROOM_API_KEY: LIGHTROOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: firefly-services-presets
    baseUri: https://image.adobe.io
    description: Adobe Lightroom API (Firefly Services) — Presets business capability. Self-contained, no shared references.
    resources:
    - name: lrService-presets
      path: /lrService/presets
      operations:
      - name: applypresets
        method: POST
        description: Adobe Lightroom Apply Lightroom Presets to an Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.LIGHTROOM_API_KEY}}'
  exposes:
  - type: rest
    namespace: firefly-services-presets-rest
    port: 8080
    description: REST adapter for Adobe Lightroom API (Firefly Services) — Presets. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/lrservice/presets
      name: lrservice-presets
      description: REST surface for lrService-presets.
      operations:
      - method: POST
        name: applypresets
        description: Adobe Lightroom Apply Lightroom Presets to an Image
        call: firefly-services-presets.applypresets
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: firefly-services-presets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Lightroom API (Firefly Services) — Presets. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adobe-lightroom-apply-lightroom-presets
      description: Adobe Lightroom Apply Lightroom Presets to an Image
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: firefly-services-presets.applypresets
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.