SAP Business Intelligence SAP Datasphere API — Tasks

SAP Business Intelligence SAP Datasphere API — Tasks. 2 operations. Lead operation: SAP Business Intelligence List tasks. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiTasks

What You Can Do

GET
Listtasks — SAP Business Intelligence List tasks
/v1/tasks
GET
Gettask — SAP Business Intelligence Get a task
/v1/tasks/{taskid}

MCP Tools

sap-business-intelligence-list-tasks

SAP Business Intelligence List tasks

read-only idempotent
sap-business-intelligence-get-task

SAP Business Intelligence Get a task

read-only idempotent

Capability Spec

datasphere-tasks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP Datasphere API — Tasks
  description: 'SAP Business Intelligence SAP Datasphere API — Tasks. 2 operations. Lead operation: SAP Business Intelligence
    List tasks. Self-contained Naftiko capability covering one Sap Bi business surface.'
  tags:
  - Sap Bi
  - Tasks
  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: datasphere-tasks
    baseUri: https://{tenant}.datasphere.cloud.sap/api/v1
    description: SAP Business Intelligence SAP Datasphere API — Tasks business capability. Self-contained, no shared references.
    resources:
    - name: tasks
      path: /tasks
      operations:
      - name: listtasks
        method: GET
        description: SAP Business Intelligence List tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: status
          in: query
          type: string
          description: Filter by task status
    - name: tasks-taskId
      path: /tasks/{taskId}
      operations:
      - name: gettask
        method: GET
        description: SAP Business Intelligence Get a task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SAP_BI_API_KEY}}'
  exposes:
  - type: rest
    namespace: datasphere-tasks-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP Datasphere API — Tasks. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/tasks
      name: tasks
      description: REST surface for tasks.
      operations:
      - method: GET
        name: listtasks
        description: SAP Business Intelligence List tasks
        call: datasphere-tasks.listtasks
        with:
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tasks/{taskid}
      name: tasks-taskid
      description: REST surface for tasks-taskId.
      operations:
      - method: GET
        name: gettask
        description: SAP Business Intelligence Get a task
        call: datasphere-tasks.gettask
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datasphere-tasks-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP Datasphere API — Tasks. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-list-tasks
      description: SAP Business Intelligence List tasks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasphere-tasks.listtasks
      with:
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-get-task
      description: SAP Business Intelligence Get a task
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasphere-tasks.gettask
      outputParameters:
      - type: object
        mapping: $.