Adobe Creative Suite · Capability

Adobe Creative Suite Adobe Firefly API — Status

Adobe Creative Suite Adobe Firefly API — Status. 1 operations. Lead operation: Adobe Creative Suite Get Async Job Status. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.

Run with Naftiko Adobe Creative SuiteStatus

What You Can Do

GET
Getgenerationstatus — Adobe Creative Suite Get Async Job Status
/v1/status/{jobid}

MCP Tools

adobe-creative-suite-get-async

Adobe Creative Suite Get Async Job Status

read-only idempotent

Capability Spec

firefly-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Creative Suite Adobe Firefly API — Status
  description: 'Adobe Creative Suite Adobe Firefly API — Status. 1 operations. Lead operation: Adobe Creative Suite Get Async
    Job Status. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.'
  tags:
  - Adobe Creative Suite
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_CREATIVE_SUITE_API_KEY: ADOBE_CREATIVE_SUITE_API_KEY
capability:
  consumes:
  - type: http
    namespace: firefly-status
    baseUri: https://firefly-api.adobe.io/v3
    description: Adobe Creative Suite Adobe Firefly API — Status business capability. Self-contained, no shared references.
    resources:
    - name: status-jobId
      path: /status/{jobId}
      operations:
      - name: getgenerationstatus
        method: GET
        description: Adobe Creative Suite Get Async Job Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Unique identifier of the generation job to check
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_CREATIVE_SUITE_API_KEY}}'
  exposes:
  - type: rest
    namespace: firefly-status-rest
    port: 8080
    description: REST adapter for Adobe Creative Suite Adobe Firefly API — Status. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/status/{jobid}
      name: status-jobid
      description: REST surface for status-jobId.
      operations:
      - method: GET
        name: getgenerationstatus
        description: Adobe Creative Suite Get Async Job Status
        call: firefly-status.getgenerationstatus
        with:
          jobId: rest.jobId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: firefly-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Creative Suite Adobe Firefly API — Status. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: adobe-creative-suite-get-async
      description: Adobe Creative Suite Get Async Job Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: firefly-status.getgenerationstatus
      with:
        jobId: tools.jobId
      outputParameters:
      - type: object
        mapping: $.