SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Instances

SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Instances. 3 operations. Lead operation: SAP Business Intelligence List instances of an object. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiInstances

What You Can Do

GET
Listinstances — SAP Business Intelligence List instances of an object
/v1/infostore/{objectid}/instances
GET
Listschedules — SAP Business Intelligence List schedules for an object
/v1/infostore/{objectid}/schedules
POST
Scheduleobject — SAP Business Intelligence Schedule an object
/v1/infostore/{objectid}/schedules

MCP Tools

sap-business-intelligence-list-instances

SAP Business Intelligence List instances of an object

read-only idempotent
sap-business-intelligence-list-schedules

SAP Business Intelligence List schedules for an object

read-only idempotent
sap-business-intelligence-schedule-object

SAP Business Intelligence Schedule an object

Capability Spec

businessobjects-platform-instances.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Instances
  description: 'SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Instances. 3 operations. Lead operation:
    SAP Business Intelligence List instances of an object. Self-contained Naftiko capability covering one Sap Bi business
    surface.'
  tags:
  - Sap Bi
  - Instances
  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: businessobjects-platform-instances
    baseUri: https://{server}:{port}/biprws
    description: SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Instances business capability. Self-contained,
      no shared references.
    resources:
    - name: infostore-objectId-instances
      path: /infostore/{objectId}/instances
      operations:
      - name: listinstances
        method: GET
        description: SAP Business Intelligence List instances of an object
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: infostore-objectId-schedules
      path: /infostore/{objectId}/schedules
      operations:
      - name: listschedules
        method: GET
        description: SAP Business Intelligence List schedules for an object
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: scheduleobject
        method: POST
        description: SAP Business Intelligence Schedule an object
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-SAP-LogonToken
      value: '{{env.SAP_BI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: businessobjects-platform-instances-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Instances. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/infostore/{objectid}/instances
      name: infostore-objectid-instances
      description: REST surface for infostore-objectId-instances.
      operations:
      - method: GET
        name: listinstances
        description: SAP Business Intelligence List instances of an object
        call: businessobjects-platform-instances.listinstances
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/infostore/{objectid}/schedules
      name: infostore-objectid-schedules
      description: REST surface for infostore-objectId-schedules.
      operations:
      - method: GET
        name: listschedules
        description: SAP Business Intelligence List schedules for an object
        call: businessobjects-platform-instances.listschedules
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: scheduleobject
        description: SAP Business Intelligence Schedule an object
        call: businessobjects-platform-instances.scheduleobject
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: businessobjects-platform-instances-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Instances. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-list-instances
      description: SAP Business Intelligence List instances of an object
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: businessobjects-platform-instances.listinstances
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-list-schedules
      description: SAP Business Intelligence List schedules for an object
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: businessobjects-platform-instances.listschedules
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-schedule-object
      description: SAP Business Intelligence Schedule an object
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: businessobjects-platform-instances.scheduleobject
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.