SAP Business Intelligence SAP Analytics Cloud API — Data Import

SAP Business Intelligence SAP Analytics Cloud API — Data Import. 3 operations. Lead operation: SAP Business Intelligence List import jobs. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiData Import

What You Can Do

GET
Listimportjobs — SAP Business Intelligence List import jobs
/v1/dataimport/models/{modelid}/jobs
POST
Createimportjob — SAP Business Intelligence Create an import job
/v1/dataimport/models/{modelid}/jobs
GET
Getimportjob — SAP Business Intelligence Get an import job
/v1/dataimport/models/{modelid}/jobs/{jobid}

MCP Tools

sap-business-intelligence-list-import

SAP Business Intelligence List import jobs

read-only idempotent
sap-business-intelligence-create-import

SAP Business Intelligence Create an import job

sap-business-intelligence-get-import

SAP Business Intelligence Get an import job

read-only idempotent

Capability Spec

analytics-cloud-data-import.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP Analytics Cloud API — Data Import
  description: 'SAP Business Intelligence SAP Analytics Cloud API — Data Import. 3 operations. Lead operation: SAP Business
    Intelligence List import jobs. Self-contained Naftiko capability covering one Sap Bi business surface.'
  tags:
  - Sap Bi
  - Data Import
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_BI_API_KEY: SAP_BI_API_KEY
capability:
  consumes:
  - type: http
    namespace: analytics-cloud-data-import
    baseUri: https://{tenant}.sapanalytics.cloud/api/v1
    description: SAP Business Intelligence SAP Analytics Cloud API — Data Import business capability. Self-contained, no shared
      references.
    resources:
    - name: dataimport-models-modelId-jobs
      path: /dataimport/models/{modelId}/jobs
      operations:
      - name: listimportjobs
        method: GET
        description: SAP Business Intelligence List import jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createimportjob
        method: POST
        description: SAP Business Intelligence Create an import job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: dataimport-models-modelId-jobs-jobId
      path: /dataimport/models/{modelId}/jobs/{jobId}
      operations:
      - name: getimportjob
        method: GET
        description: SAP Business Intelligence Get an import job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SAP_BI_API_KEY}}'
  exposes:
  - type: rest
    namespace: analytics-cloud-data-import-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP Analytics Cloud API — Data Import. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dataimport/models/{modelid}/jobs
      name: dataimport-models-modelid-jobs
      description: REST surface for dataimport-models-modelId-jobs.
      operations:
      - method: GET
        name: listimportjobs
        description: SAP Business Intelligence List import jobs
        call: analytics-cloud-data-import.listimportjobs
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createimportjob
        description: SAP Business Intelligence Create an import job
        call: analytics-cloud-data-import.createimportjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/dataimport/models/{modelid}/jobs/{jobid}
      name: dataimport-models-modelid-jobs-jobid
      description: REST surface for dataimport-models-modelId-jobs-jobId.
      operations:
      - method: GET
        name: getimportjob
        description: SAP Business Intelligence Get an import job
        call: analytics-cloud-data-import.getimportjob
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: analytics-cloud-data-import-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP Analytics Cloud API — Data Import. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-list-import
      description: SAP Business Intelligence List import jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: analytics-cloud-data-import.listimportjobs
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-create-import
      description: SAP Business Intelligence Create an import job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: analytics-cloud-data-import.createimportjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-get-import
      description: SAP Business Intelligence Get an import job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: analytics-cloud-data-import.getimportjob
      outputParameters:
      - type: object
        mapping: $.