SAP BI Tools · Capability

SAP BI Tools SAP Analytics Cloud Content Network REST API — Content Items

SAP BI Tools SAP Analytics Cloud Content Network REST API — Content Items. 4 operations. Lead operation: SAP BI Tools List content items. Self-contained Naftiko capability covering one Sap Bi Tools business surface.

Run with Naftiko Sap Bi ToolsContent Items

What You Can Do

GET
Listcontentitems — SAP BI Tools List content items
/v1/api/v1/contentnetwork/items
POST
Publishcontentitem — SAP BI Tools Publish a content item
/v1/api/v1/contentnetwork/items
GET
Getcontentitem — SAP BI Tools Get a content item by ID
/v1/api/v1/contentnetwork/items/{itemid}
DELETE
Deletecontentitem — SAP BI Tools Delete a content item
/v1/api/v1/contentnetwork/items/{itemid}

MCP Tools

sap-bi-tools-list-content

SAP BI Tools List content items

read-only idempotent
sap-bi-tools-publish-content

SAP BI Tools Publish a content item

sap-bi-tools-get-content

SAP BI Tools Get a content item by ID

read-only idempotent
sap-bi-tools-delete-content

SAP BI Tools Delete a content item

idempotent

Capability Spec

sap-analytics-cloud-content-network-content-items.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP BI Tools SAP Analytics Cloud Content Network REST API — Content Items
  description: 'SAP BI Tools SAP Analytics Cloud Content Network REST API — Content Items. 4 operations. Lead operation: SAP
    BI Tools List content items. Self-contained Naftiko capability covering one Sap Bi Tools business surface.'
  tags:
  - Sap Bi Tools
  - Content Items
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_BI_TOOLS_API_KEY: SAP_BI_TOOLS_API_KEY
capability:
  consumes:
  - type: http
    namespace: sap-analytics-cloud-content-network-content-items
    baseUri: https://{tenant}.{datacenter}.sapanalytics.cloud
    description: SAP BI Tools SAP Analytics Cloud Content Network REST API — Content Items business capability. Self-contained,
      no shared references.
    resources:
    - name: api-v1-contentnetwork-items
      path: /api/v1/contentnetwork/items
      operations:
      - name: listcontentitems
        method: GET
        description: SAP BI Tools List content items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: Filter by content item type (e.g., STORY, MODEL, PACKAGE)
        - name: visibility
          in: query
          type: string
          description: Filter by visibility (PRIVATE or PUBLIC)
      - name: publishcontentitem
        method: POST
        description: SAP BI Tools Publish a content item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-contentnetwork-items-itemId
      path: /api/v1/contentnetwork/items/{itemId}
      operations:
      - name: getcontentitem
        method: GET
        description: SAP BI Tools Get a content item by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletecontentitem
        method: DELETE
        description: SAP BI Tools Delete a content item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SAP_BI_TOOLS_API_KEY}}'
  exposes:
  - type: rest
    namespace: sap-analytics-cloud-content-network-content-items-rest
    port: 8080
    description: REST adapter for SAP BI Tools SAP Analytics Cloud Content Network REST API — Content Items. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/v1/contentnetwork/items
      name: api-v1-contentnetwork-items
      description: REST surface for api-v1-contentnetwork-items.
      operations:
      - method: GET
        name: listcontentitems
        description: SAP BI Tools List content items
        call: sap-analytics-cloud-content-network-content-items.listcontentitems
        with:
          type: rest.type
          visibility: rest.visibility
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: publishcontentitem
        description: SAP BI Tools Publish a content item
        call: sap-analytics-cloud-content-network-content-items.publishcontentitem
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/contentnetwork/items/{itemid}
      name: api-v1-contentnetwork-items-itemid
      description: REST surface for api-v1-contentnetwork-items-itemId.
      operations:
      - method: GET
        name: getcontentitem
        description: SAP BI Tools Get a content item by ID
        call: sap-analytics-cloud-content-network-content-items.getcontentitem
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecontentitem
        description: SAP BI Tools Delete a content item
        call: sap-analytics-cloud-content-network-content-items.deletecontentitem
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-analytics-cloud-content-network-content-items-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP BI Tools SAP Analytics Cloud Content Network REST API — Content Items. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-bi-tools-list-content
      description: SAP BI Tools List content items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sap-analytics-cloud-content-network-content-items.listcontentitems
      with:
        type: tools.type
        visibility: tools.visibility
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-bi-tools-publish-content
      description: SAP BI Tools Publish a content item
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-analytics-cloud-content-network-content-items.publishcontentitem
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-bi-tools-get-content
      description: SAP BI Tools Get a content item by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sap-analytics-cloud-content-network-content-items.getcontentitem
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-bi-tools-delete-content
      description: SAP BI Tools Delete a content item
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sap-analytics-cloud-content-network-content-items.deletecontentitem
      outputParameters:
      - type: object
        mapping: $.