SAP Business Intelligence SAP BW/4HANA OData API — InfoProviders

SAP Business Intelligence SAP BW/4HANA OData API — InfoProviders. 4 operations. Lead operation: SAP Business Intelligence List InfoProviders. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiInfoProviders

What You Can Do

GET
Listinfoproviders — SAP Business Intelligence List InfoProviders
/v1/rsod-infoprov-srv/infoproviders
GET
Getinfoprovider — SAP Business Intelligence Get an InfoProvider
/v1/rsod-infoprov-srv/infoproviders-infoprovidername
GET
Listinfoproviderdimensions — SAP Business Intelligence List InfoProvider dimensions
/v1/rsod-infoprov-srv/infoproviders-infoprovidername/dimensions
GET
Listinfoproviderkeyfigures — SAP Business Intelligence List InfoProvider key figures
/v1/rsod-infoprov-srv/infoproviders-infoprovidername/keyfigures

MCP Tools

sap-business-intelligence-list-infoproviders

SAP Business Intelligence List InfoProviders

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

SAP Business Intelligence Get an InfoProvider

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

SAP Business Intelligence List InfoProvider dimensions

read-only idempotent
sap-business-intelligence-list-infoprovider-2

SAP Business Intelligence List InfoProvider key figures

read-only idempotent

Capability Spec

bw4hana-odata-infoproviders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP BW/4HANA OData API — InfoProviders
  description: 'SAP Business Intelligence SAP BW/4HANA OData API — InfoProviders. 4 operations. Lead operation: SAP Business
    Intelligence List InfoProviders. Self-contained Naftiko capability covering one Sap Bi business surface.'
  tags:
  - Sap Bi
  - InfoProviders
  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: bw4hana-odata-infoproviders
    baseUri: https://{server}:{port}/sap/opu/odata/sap
    description: SAP Business Intelligence SAP BW/4HANA OData API — InfoProviders business capability. Self-contained, no
      shared references.
    resources:
    - name: RSOD_INFOPROV_SRV-InfoProviders
      path: /RSOD_INFOPROV_SRV/InfoProviders
      operations:
      - name: listinfoproviders
        method: GET
        description: SAP Business Intelligence List InfoProviders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: RSOD_INFOPROV_SRV-InfoProviders('{infoProviderName}')
      path: /RSOD_INFOPROV_SRV/InfoProviders('{infoProviderName}')
      operations:
      - name: getinfoprovider
        method: GET
        description: SAP Business Intelligence Get an InfoProvider
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: RSOD_INFOPROV_SRV-InfoProviders('{infoProviderName}')-Dimensions
      path: /RSOD_INFOPROV_SRV/InfoProviders('{infoProviderName}')/Dimensions
      operations:
      - name: listinfoproviderdimensions
        method: GET
        description: SAP Business Intelligence List InfoProvider dimensions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: RSOD_INFOPROV_SRV-InfoProviders('{infoProviderName}')-KeyFigures
      path: /RSOD_INFOPROV_SRV/InfoProviders('{infoProviderName}')/KeyFigures
      operations:
      - name: listinfoproviderkeyfigures
        method: GET
        description: SAP Business Intelligence List InfoProvider key figures
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.SAP_BI_USER}}'
      password: '{{env.SAP_BI_PASS}}'
  exposes:
  - type: rest
    namespace: bw4hana-odata-infoproviders-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP BW/4HANA OData API — InfoProviders. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rsod-infoprov-srv/infoproviders
      name: rsod-infoprov-srv-infoproviders
      description: REST surface for RSOD_INFOPROV_SRV-InfoProviders.
      operations:
      - method: GET
        name: listinfoproviders
        description: SAP Business Intelligence List InfoProviders
        call: bw4hana-odata-infoproviders.listinfoproviders
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rsod-infoprov-srv/infoproviders-infoprovidername
      name: rsod-infoprov-srv-infoproviders-infoprovidername
      description: REST surface for RSOD_INFOPROV_SRV-InfoProviders('{infoProviderName}').
      operations:
      - method: GET
        name: getinfoprovider
        description: SAP Business Intelligence Get an InfoProvider
        call: bw4hana-odata-infoproviders.getinfoprovider
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rsod-infoprov-srv/infoproviders-infoprovidername/dimensions
      name: rsod-infoprov-srv-infoproviders-infoprovidername-dimensions
      description: REST surface for RSOD_INFOPROV_SRV-InfoProviders('{infoProviderName}')-Dimensions.
      operations:
      - method: GET
        name: listinfoproviderdimensions
        description: SAP Business Intelligence List InfoProvider dimensions
        call: bw4hana-odata-infoproviders.listinfoproviderdimensions
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rsod-infoprov-srv/infoproviders-infoprovidername/keyfigures
      name: rsod-infoprov-srv-infoproviders-infoprovidername-keyfigures
      description: REST surface for RSOD_INFOPROV_SRV-InfoProviders('{infoProviderName}')-KeyFigures.
      operations:
      - method: GET
        name: listinfoproviderkeyfigures
        description: SAP Business Intelligence List InfoProvider key figures
        call: bw4hana-odata-infoproviders.listinfoproviderkeyfigures
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bw4hana-odata-infoproviders-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP BW/4HANA OData API — InfoProviders. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-list-infoproviders
      description: SAP Business Intelligence List InfoProviders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bw4hana-odata-infoproviders.listinfoproviders
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-get-infoprovider
      description: SAP Business Intelligence Get an InfoProvider
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bw4hana-odata-infoproviders.getinfoprovider
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-list-infoprovider
      description: SAP Business Intelligence List InfoProvider dimensions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bw4hana-odata-infoproviders.listinfoproviderdimensions
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-list-infoprovider-2
      description: SAP Business Intelligence List InfoProvider key figures
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bw4hana-odata-infoproviders.listinfoproviderkeyfigures
      outputParameters:
      - type: object
        mapping: $.