Adobe Premiere Pro · Capability

Adobe Creative Cloud Libraries API — Libraries

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

Run with Naftiko Adobe PremiereLibraries

What You Can Do

GET
Getlibraries — Adobe Premiere List Creative Cloud Libraries
/v1/api/v1/libraries
POST
Createlibrary — Adobe Premiere Create a Creative Cloud Library
/v1/api/v1/libraries
GET
Getlibrary — Adobe Premiere Get a Creative Cloud Library
/v1/api/v1/libraries/{libraryid}
PATCH
Updatelibrary — Adobe Premiere Update a Creative Cloud Library
/v1/api/v1/libraries/{libraryid}
DELETE
Deletelibrary — Adobe Premiere Delete a Creative Cloud Library
/v1/api/v1/libraries/{libraryid}

MCP Tools

adobe-premiere-list-creative-cloud

Adobe Premiere List Creative Cloud Libraries

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

Adobe Premiere Create a Creative Cloud Library

adobe-premiere-get-creative-cloud

Adobe Premiere Get a Creative Cloud Library

read-only idempotent
adobe-premiere-update-creative-cloud

Adobe Premiere Update a Creative Cloud Library

idempotent
adobe-premiere-delete-creative-cloud

Adobe Premiere Delete a Creative Cloud Library

idempotent

Capability Spec

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