Adobe Lightroom · Capability

Adobe Lightroom Lightroom Assets API — XMP

Adobe Lightroom Lightroom Assets API — XMP. 2 operations. Lead operation: Adobe Lightroom Get Develop Settings Xmp. Self-contained Naftiko capability covering one Lightroom business surface.

Run with Naftiko LightroomXMP

What You Can Do

GET
Getdevelopxmp — Adobe Lightroom Get Develop Settings Xmp
/v1/catalogs/{catalog-id}/assets/{asset-id}/xmp/develop
PUT
Putdevelopxmp — Adobe Lightroom Upload Develop Settings Xmp
/v1/catalogs/{catalog-id}/assets/{asset-id}/xmp/develop

MCP Tools

adobe-lightroom-get-develop-settings

Adobe Lightroom Get Develop Settings Xmp

read-only idempotent
adobe-lightroom-upload-develop-settings

Adobe Lightroom Upload Develop Settings Xmp

idempotent

Capability Spec

assets-xmp.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Lightroom Lightroom Assets API — XMP
  description: 'Adobe Lightroom Lightroom Assets API — XMP. 2 operations. Lead operation: Adobe Lightroom Get Develop Settings
    Xmp. Self-contained Naftiko capability covering one Lightroom business surface.'
  tags:
  - Lightroom
  - XMP
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LIGHTROOM_API_KEY: LIGHTROOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: assets-xmp
    baseUri: https://lr.adobe.io/v2
    description: Adobe Lightroom Lightroom Assets API — XMP business capability. Self-contained, no shared references.
    resources:
    - name: catalogs-catalog_id-assets-asset_id-xmp-develop
      path: /catalogs/{catalog_id}/assets/{asset_id}/xmp/develop
      operations:
      - name: getdevelopxmp
        method: GET
        description: Adobe Lightroom Get Develop Settings Xmp
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: putdevelopxmp
        method: PUT
        description: Adobe Lightroom Upload Develop Settings Xmp
        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: assets-xmp-rest
    port: 8080
    description: REST adapter for Adobe Lightroom Lightroom Assets API — XMP. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/catalogs/{catalog-id}/assets/{asset-id}/xmp/develop
      name: catalogs-catalog-id-assets-asset-id-xmp-develop
      description: REST surface for catalogs-catalog_id-assets-asset_id-xmp-develop.
      operations:
      - method: GET
        name: getdevelopxmp
        description: Adobe Lightroom Get Develop Settings Xmp
        call: assets-xmp.getdevelopxmp
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putdevelopxmp
        description: Adobe Lightroom Upload Develop Settings Xmp
        call: assets-xmp.putdevelopxmp
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: assets-xmp-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Lightroom Lightroom Assets API — XMP. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adobe-lightroom-get-develop-settings
      description: Adobe Lightroom Get Develop Settings Xmp
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: assets-xmp.getdevelopxmp
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-lightroom-upload-develop-settings
      description: Adobe Lightroom Upload Develop Settings Xmp
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: assets-xmp.putdevelopxmp
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.