Adobe Lightroom · Capability

Adobe Lightroom Lightroom Services API — Health

Adobe Lightroom Lightroom Services API — Health. 1 operations. Lead operation: Adobe Lightroom Get Api Health Status. Self-contained Naftiko capability covering one Lightroom business surface.

Run with Naftiko LightroomHealth

What You Can Do

GET
Gethealthcheck — Adobe Lightroom Get Api Health Status
/v1/health

MCP Tools

adobe-lightroom-get-api-health

Adobe Lightroom Get Api Health Status

read-only idempotent

Capability Spec

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