Adobe Photoshop · Capability

Adobe Photoshop API — Status

Adobe Photoshop API — Status. 2 operations. Lead operation: Adobe Photoshop Get PSD Service Job Status. Self-contained Naftiko capability covering one Adobe Photoshop business surface.

Run with Naftiko Adobe PhotoshopStatus

What You Can Do

GET
Getpsdjobstatus — Adobe Photoshop Get PSD Service Job Status
/v1/pie/psdservice/status/{jobid}
GET
Getsenseijobstatus — Adobe Photoshop Get Sensei Service Job Status
/v1/sensei/status/{jobid}

MCP Tools

adobe-photoshop-get-psd-service

Adobe Photoshop Get PSD Service Job Status

read-only idempotent
adobe-photoshop-get-sensei-service

Adobe Photoshop Get Sensei Service Job Status

read-only idempotent

Capability Spec

adobe-photoshop-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Photoshop API — Status
  description: 'Adobe Photoshop API — Status. 2 operations. Lead operation: Adobe Photoshop Get PSD Service Job Status. Self-contained
    Naftiko capability covering one Adobe Photoshop business surface.'
  tags:
  - Adobe Photoshop
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_PHOTOSHOP_API_KEY: ADOBE_PHOTOSHOP_API_KEY
capability:
  consumes:
  - type: http
    namespace: adobe-photoshop-status
    baseUri: https://image.adobe.io
    description: Adobe Photoshop API — Status business capability. Self-contained, no shared references.
    resources:
    - name: pie-psdService-status-jobId
      path: /pie/psdService/status/{jobId}
      operations:
      - name: getpsdjobstatus
        method: GET
        description: Adobe Photoshop Get PSD Service Job Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: sensei-status-jobId
      path: /sensei/status/{jobId}
      operations:
      - name: getsenseijobstatus
        method: GET
        description: Adobe Photoshop Get Sensei Service Job Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ADOBE_PHOTOSHOP_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-photoshop-status-rest
    port: 8080
    description: REST adapter for Adobe Photoshop API — Status. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/pie/psdservice/status/{jobid}
      name: pie-psdservice-status-jobid
      description: REST surface for pie-psdService-status-jobId.
      operations:
      - method: GET
        name: getpsdjobstatus
        description: Adobe Photoshop Get PSD Service Job Status
        call: adobe-photoshop-status.getpsdjobstatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sensei/status/{jobid}
      name: sensei-status-jobid
      description: REST surface for sensei-status-jobId.
      operations:
      - method: GET
        name: getsenseijobstatus
        description: Adobe Photoshop Get Sensei Service Job Status
        call: adobe-photoshop-status.getsenseijobstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-photoshop-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Photoshop API — Status. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: adobe-photoshop-get-psd-service
      description: Adobe Photoshop Get PSD Service Job Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-photoshop-status.getpsdjobstatus
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-photoshop-get-sensei-service
      description: Adobe Photoshop Get Sensei Service Job Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-photoshop-status.getsenseijobstatus
      outputParameters:
      - type: object
        mapping: $.