Demandbase · Capability

Demandbase Data Import API — Uploads

Demandbase Data Import API — Uploads. 1 operations. Lead operation: Demandbase Upload import file. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseUploads

What You Can Do

POST
Uploadimportfile — Demandbase Upload import file
/v1/import/v1/jobs/{jobid}/upload

MCP Tools

demandbase-upload-import-file

Demandbase Upload import file

Capability Spec

data-import-uploads.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase Data Import API — Uploads
  description: 'Demandbase Data Import API — Uploads. 1 operations. Lead operation: Demandbase Upload import file. Self-contained
    Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Uploads
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-import-uploads
    baseUri: https://api.demandbase.com
    description: Demandbase Data Import API — Uploads business capability. Self-contained, no shared references.
    resources:
    - name: import-v1-jobs-jobId-upload
      path: /import/v1/jobs/{jobId}/upload
      operations:
      - name: uploadimportfile
        method: POST
        description: Demandbase Upload import file
        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.DEMANDBASE_API_KEY}}'
  exposes:
  - type: rest
    namespace: data-import-uploads-rest
    port: 8080
    description: REST adapter for Demandbase Data Import API — Uploads. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/import/v1/jobs/{jobid}/upload
      name: import-v1-jobs-jobid-upload
      description: REST surface for import-v1-jobs-jobId-upload.
      operations:
      - method: POST
        name: uploadimportfile
        description: Demandbase Upload import file
        call: data-import-uploads.uploadimportfile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-import-uploads-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase Data Import API — Uploads. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: demandbase-upload-import-file
      description: Demandbase Upload import file
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-import-uploads.uploadimportfile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.