Adobe Lightroom · Capability

Adobe Lightroom API (Firefly Services) — Auto Tone

Adobe Lightroom API (Firefly Services) — Auto Tone. 1 operations. Lead operation: Adobe Lightroom Apply Auto Tone Adjustments. Self-contained Naftiko capability covering one Lightroom business surface.

Run with Naftiko LightroomAuto Tone

What You Can Do

POST
Autotone — Adobe Lightroom Apply Auto Tone Adjustments
/v1/lrservice/autotone

MCP Tools

adobe-lightroom-apply-auto-tone

Adobe Lightroom Apply Auto Tone Adjustments

Capability Spec

firefly-services-auto-tone.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Lightroom API (Firefly Services) — Auto Tone
  description: 'Adobe Lightroom API (Firefly Services) — Auto Tone. 1 operations. Lead operation: Adobe Lightroom Apply Auto
    Tone Adjustments. Self-contained Naftiko capability covering one Lightroom business surface.'
  tags:
  - Lightroom
  - Auto Tone
  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-auto-tone
    baseUri: https://image.adobe.io
    description: Adobe Lightroom API (Firefly Services) — Auto Tone business capability. Self-contained, no shared references.
    resources:
    - name: lrService-autoTone
      path: /lrService/autoTone
      operations:
      - name: autotone
        method: POST
        description: Adobe Lightroom Apply Auto Tone Adjustments
        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-auto-tone-rest
    port: 8080
    description: REST adapter for Adobe Lightroom API (Firefly Services) — Auto Tone. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/lrservice/autotone
      name: lrservice-autotone
      description: REST surface for lrService-autoTone.
      operations:
      - method: POST
        name: autotone
        description: Adobe Lightroom Apply Auto Tone Adjustments
        call: firefly-services-auto-tone.autotone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: firefly-services-auto-tone-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Lightroom API (Firefly Services) — Auto Tone. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adobe-lightroom-apply-auto-tone
      description: Adobe Lightroom Apply Auto Tone Adjustments
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: firefly-services-auto-tone.autotone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.