Adobe Creative Suite · Capability

Adobe Creative Suite Adobe Stock API — License

Adobe Creative Suite Adobe Stock API — License. 5 operations. Lead operation: Adobe Creative Suite Get License History. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.

Run with Naftiko Adobe Creative SuiteLicense

What You Can Do

GET
Getlicensehistory — Adobe Creative Suite Get License History
/v1/member/1/license
POST
Licenseimage — Adobe Creative Suite License a Stock Image
/v1/member/1/licenseimage
POST
Getlicensestats — Adobe Creative Suite Get Licensing Stats
/v1/member/1/licensestats
POST
Licensevector — Adobe Creative Suite License a Vector or Illustration
/v1/member/1/licensevectororillustration
POST
Licensevideo — Adobe Creative Suite License a Stock Video
/v1/member/1/licensevideo

MCP Tools

adobe-creative-suite-get-license

Adobe Creative Suite Get License History

read-only idempotent
adobe-creative-suite-license-stock

Adobe Creative Suite License a Stock Image

adobe-creative-suite-get-licensing

Adobe Creative Suite Get Licensing Stats

read-only
adobe-creative-suite-license-vector

Adobe Creative Suite License a Vector or Illustration

adobe-creative-suite-license-stock-2

Adobe Creative Suite License a Stock Video

Capability Spec

stock-license.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Creative Suite Adobe Stock API — License
  description: 'Adobe Creative Suite Adobe Stock API — License. 5 operations. Lead operation: Adobe Creative Suite Get License
    History. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.'
  tags:
  - Adobe Creative Suite
  - License
  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: stock-license
    baseUri: https://stock.adobe.io/Rest
    description: Adobe Creative Suite Adobe Stock API — License business capability. Self-contained, no shared references.
    resources:
    - name: Member-1-License
      path: /Member/1/License
      operations:
      - name: getlicensehistory
        method: GET
        description: Adobe Creative Suite Get License History
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: locale
          in: query
          type: string
          description: BCP 47 locale for localized response data
        - name: search_parameters[limit]
          in: query
          type: integer
          description: Maximum number of results to return
        - name: search_parameters[offset]
          in: query
          type: integer
          description: Number of results to skip for pagination
        - name: result_columns[]
          in: query
          type: array
          description: Fields to include in the license history response
        - name: x-api-key
          in: header
          type: string
          description: Adobe Stock API key (client ID)
          required: true
    - name: Member-1-LicenseImage
      path: /Member/1/LicenseImage
      operations:
      - name: licenseimage
        method: POST
        description: Adobe Creative Suite License a Stock Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-api-key
          in: header
          type: string
          description: Adobe Stock API key (client ID)
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: Member-1-LicenseStats
      path: /Member/1/LicenseStats
      operations:
      - name: getlicensestats
        method: POST
        description: Adobe Creative Suite Get Licensing Stats
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-api-key
          in: header
          type: string
          description: Adobe Stock API key (client ID)
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: Member-1-LicenseVectorOrIllustration
      path: /Member/1/LicenseVectorOrIllustration
      operations:
      - name: licensevector
        method: POST
        description: Adobe Creative Suite License a Vector or Illustration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-api-key
          in: header
          type: string
          description: Adobe Stock API key (client ID)
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: Member-1-LicenseVideo
      path: /Member/1/LicenseVideo
      operations:
      - name: licensevideo
        method: POST
        description: Adobe Creative Suite License a Stock Video
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-api-key
          in: header
          type: string
          description: Adobe Stock API key (client ID)
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_CREATIVE_SUITE_API_KEY}}'
  exposes:
  - type: rest
    namespace: stock-license-rest
    port: 8080
    description: REST adapter for Adobe Creative Suite Adobe Stock API — License. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/member/1/license
      name: member-1-license
      description: REST surface for Member-1-License.
      operations:
      - method: GET
        name: getlicensehistory
        description: Adobe Creative Suite Get License History
        call: stock-license.getlicensehistory
        with:
          locale: rest.locale
          search_parameters[limit]: rest.search_parameters[limit]
          search_parameters[offset]: rest.search_parameters[offset]
          result_columns[]: rest.result_columns[]
          x-api-key: rest.x-api-key
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/member/1/licenseimage
      name: member-1-licenseimage
      description: REST surface for Member-1-LicenseImage.
      operations:
      - method: POST
        name: licenseimage
        description: Adobe Creative Suite License a Stock Image
        call: stock-license.licenseimage
        with:
          x-api-key: rest.x-api-key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/member/1/licensestats
      name: member-1-licensestats
      description: REST surface for Member-1-LicenseStats.
      operations:
      - method: POST
        name: getlicensestats
        description: Adobe Creative Suite Get Licensing Stats
        call: stock-license.getlicensestats
        with:
          x-api-key: rest.x-api-key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/member/1/licensevectororillustration
      name: member-1-licensevectororillustration
      description: REST surface for Member-1-LicenseVectorOrIllustration.
      operations:
      - method: POST
        name: licensevector
        description: Adobe Creative Suite License a Vector or Illustration
        call: stock-license.licensevector
        with:
          x-api-key: rest.x-api-key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/member/1/licensevideo
      name: member-1-licensevideo
      description: REST surface for Member-1-LicenseVideo.
      operations:
      - method: POST
        name: licensevideo
        description: Adobe Creative Suite License a Stock Video
        call: stock-license.licensevideo
        with:
          x-api-key: rest.x-api-key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stock-license-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Creative Suite Adobe Stock API — License. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adobe-creative-suite-get-license
      description: Adobe Creative Suite Get License History
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stock-license.getlicensehistory
      with:
        locale: tools.locale
        search_parameters[limit]: tools.search_parameters[limit]
        search_parameters[offset]: tools.search_parameters[offset]
        result_columns[]: tools.result_columns[]
        x-api-key: tools.x-api-key
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-suite-license-stock
      description: Adobe Creative Suite License a Stock Image
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: stock-license.licenseimage
      with:
        x-api-key: tools.x-api-key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-suite-get-licensing
      description: Adobe Creative Suite Get Licensing Stats
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: stock-license.getlicensestats
      with:
        x-api-key: tools.x-api-key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-suite-license-vector
      description: Adobe Creative Suite License a Vector or Illustration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: stock-license.licensevector
      with:
        x-api-key: tools.x-api-key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-suite-license-stock-2
      description: Adobe Creative Suite License a Stock Video
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: stock-license.licensevideo
      with:
        x-api-key: tools.x-api-key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.