Adobe · Capability

Adobe PDF Services API — Combine PDF

Adobe PDF Services API — Combine PDF. 1 operations. Lead operation: Adobe Combine Pdf Files. Self-contained Naftiko capability covering one Adobe business surface.

Run with Naftiko AdobeCombine PDF

What You Can Do

POST
Combinepdf — Adobe Combine Pdf Files
/v1/operation/combinepdf

MCP Tools

adobe-combine-pdf-files

Adobe Combine Pdf Files

Capability Spec

pdf-services-combine-pdf.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe PDF Services API — Combine PDF
  description: 'Adobe PDF Services API — Combine PDF. 1 operations. Lead operation: Adobe Combine Pdf Files. Self-contained
    Naftiko capability covering one Adobe business surface.'
  tags:
  - Adobe
  - Combine PDF
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_API_KEY: ADOBE_API_KEY
capability:
  consumes:
  - type: http
    namespace: pdf-services-combine-pdf
    baseUri: https://pdf-services-ue1.adobe.io
    description: Adobe PDF Services API — Combine PDF business capability. Self-contained, no shared references.
    resources:
    - name: operation-combinepdf
      path: /operation/combinepdf
      operations:
      - name: combinepdf
        method: POST
        description: Adobe Combine Pdf Files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_API_KEY}}'
  exposes:
  - type: rest
    namespace: pdf-services-combine-pdf-rest
    port: 8080
    description: REST adapter for Adobe PDF Services API — Combine PDF. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/operation/combinepdf
      name: operation-combinepdf
      description: REST surface for operation-combinepdf.
      operations:
      - method: POST
        name: combinepdf
        description: Adobe Combine Pdf Files
        call: pdf-services-combine-pdf.combinepdf
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pdf-services-combine-pdf-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe PDF Services API — Combine PDF. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adobe-combine-pdf-files
      description: Adobe Combine Pdf Files
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pdf-services-combine-pdf.combinepdf
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.