SAP Business Intelligence SAP Analytics Cloud API — Folders

SAP Business Intelligence SAP Analytics Cloud API — Folders. 2 operations. Lead operation: SAP Business Intelligence List folders. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiFolders

What You Can Do

GET
Listfolders — SAP Business Intelligence List folders
/v1/folders
GET
Getfolder — SAP Business Intelligence Get a folder
/v1/folders/{folderid}

MCP Tools

sap-business-intelligence-list-folders

SAP Business Intelligence List folders

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

SAP Business Intelligence Get a folder

read-only idempotent

Capability Spec

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