Adobe Creative Cloud · Capability

Adobe Creative Cloud Creative Cloud Libraries API — Libraries

Adobe Creative Cloud Creative Cloud Libraries API — Libraries. 4 operations. Lead operation: Adobe Creative Cloud List Libraries. Self-contained Naftiko capability covering one Adobe Creative Cloud business surface.

Run with Naftiko Adobe Creative CloudLibraries

What You Can Do

GET
Getlibraries — Adobe Creative Cloud List Libraries
/v1/libraries
POST
Createlibrary — Adobe Creative Cloud Create Library
/v1/libraries
GET
Getlibrary — Adobe Creative Cloud Get Library
/v1/libraries/{libraryid}
DELETE
Deletelibrary — Adobe Creative Cloud Delete Library
/v1/libraries/{libraryid}

MCP Tools

adobe-creative-cloud-list-libraries

Adobe Creative Cloud List Libraries

read-only idempotent
adobe-creative-cloud-create-library

Adobe Creative Cloud Create Library

adobe-creative-cloud-get-library

Adobe Creative Cloud Get Library

read-only idempotent
adobe-creative-cloud-delete-library

Adobe Creative Cloud Delete Library

idempotent

Capability Spec

adobe-cc-libraries-libraries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Creative Cloud Creative Cloud Libraries API — Libraries
  description: 'Adobe Creative Cloud Creative Cloud Libraries API — Libraries. 4 operations. Lead operation: Adobe Creative
    Cloud List Libraries. Self-contained Naftiko capability covering one Adobe Creative Cloud business surface.'
  tags:
  - Adobe Creative Cloud
  - Libraries
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_CREATIVE_CLOUD_API_KEY: ADOBE_CREATIVE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: adobe-cc-libraries-libraries
    baseUri: https://cc-libraries.adobe.io/api/v1
    description: Adobe Creative Cloud Creative Cloud Libraries API — Libraries business capability. Self-contained, no shared
      references.
    resources:
    - name: libraries
      path: /libraries
      operations:
      - name: getlibraries
        method: GET
        description: Adobe Creative Cloud List Libraries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Maximum number of libraries to return.
        - name: start
          in: query
          type: string
          description: Pagination cursor from a previous response.
      - name: createlibrary
        method: POST
        description: Adobe Creative Cloud Create Library
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: libraries-libraryId
      path: /libraries/{libraryId}
      operations:
      - name: getlibrary
        method: GET
        description: Adobe Creative Cloud Get Library
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletelibrary
        method: DELETE
        description: Adobe Creative Cloud Delete Library
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ADOBE_CREATIVE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-cc-libraries-libraries-rest
    port: 8080
    description: REST adapter for Adobe Creative Cloud Creative Cloud Libraries API — Libraries. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/libraries
      name: libraries
      description: REST surface for libraries.
      operations:
      - method: GET
        name: getlibraries
        description: Adobe Creative Cloud List Libraries
        call: adobe-cc-libraries-libraries.getlibraries
        with:
          limit: rest.limit
          start: rest.start
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createlibrary
        description: Adobe Creative Cloud Create Library
        call: adobe-cc-libraries-libraries.createlibrary
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/libraries/{libraryid}
      name: libraries-libraryid
      description: REST surface for libraries-libraryId.
      operations:
      - method: GET
        name: getlibrary
        description: Adobe Creative Cloud Get Library
        call: adobe-cc-libraries-libraries.getlibrary
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletelibrary
        description: Adobe Creative Cloud Delete Library
        call: adobe-cc-libraries-libraries.deletelibrary
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-cc-libraries-libraries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Creative Cloud Creative Cloud Libraries API — Libraries. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: adobe-creative-cloud-list-libraries
      description: Adobe Creative Cloud List Libraries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-cc-libraries-libraries.getlibraries
      with:
        limit: tools.limit
        start: tools.start
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-cloud-create-library
      description: Adobe Creative Cloud Create Library
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-cc-libraries-libraries.createlibrary
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-cloud-get-library
      description: Adobe Creative Cloud Get Library
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adobe-cc-libraries-libraries.getlibrary
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-cloud-delete-library
      description: Adobe Creative Cloud Delete Library
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: adobe-cc-libraries-libraries.deletelibrary
      outputParameters:
      - type: object
        mapping: $.