SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Servers

SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Servers. 2 operations. Lead operation: SAP Business Intelligence List servers. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiServers

What You Can Do

GET
Listservers — SAP Business Intelligence List servers
/v1/servers
GET
Getserver — SAP Business Intelligence Get a server
/v1/servers/{serverid}

MCP Tools

sap-business-intelligence-list-servers

SAP Business Intelligence List servers

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

SAP Business Intelligence Get a server

read-only idempotent

Capability Spec

businessobjects-platform-servers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Servers
  description: 'SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Servers. 2 operations. Lead operation:
    SAP Business Intelligence List servers. Self-contained Naftiko capability covering one Sap Bi business surface.'
  tags:
  - Sap Bi
  - Servers
  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-servers
    baseUri: https://{server}:{port}/biprws
    description: SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Servers business capability. Self-contained,
      no shared references.
    resources:
    - name: servers
      path: /servers
      operations:
      - name: listservers
        method: GET
        description: SAP Business Intelligence List servers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: servers-serverId
      path: /servers/{serverId}
      operations:
      - name: getserver
        method: GET
        description: SAP Business Intelligence Get a server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-SAP-LogonToken
      value: '{{env.SAP_BI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: businessobjects-platform-servers-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Servers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/servers
      name: servers
      description: REST surface for servers.
      operations:
      - method: GET
        name: listservers
        description: SAP Business Intelligence List servers
        call: businessobjects-platform-servers.listservers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/servers/{serverid}
      name: servers-serverid
      description: REST surface for servers-serverId.
      operations:
      - method: GET
        name: getserver
        description: SAP Business Intelligence Get a server
        call: businessobjects-platform-servers.getserver
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: businessobjects-platform-servers-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Servers. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-list-servers
      description: SAP Business Intelligence List servers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: businessobjects-platform-servers.listservers
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-get-server
      description: SAP Business Intelligence Get a server
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: businessobjects-platform-servers.getserver
      outputParameters:
      - type: object
        mapping: $.