SAP BI Tools · Capability

SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Scheduling

SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Scheduling. 1 operations. Lead operation: SAP BI Tools Schedule a document for immediate execution. Self-contained Naftiko capability covering one Sap Bi Tools business surface.

Run with Naftiko Sap Bi ToolsScheduling

What You Can Do

POST
Scheduledocumentnow — SAP BI Tools Schedule a document for immediate execution
/v1/v1/infostore/{documentid}/scheduleforms/now

MCP Tools

sap-bi-tools-schedule-document

SAP BI Tools Schedule a document for immediate execution

Capability Spec

sap-businessobjects-bi-platform-scheduling.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Scheduling
  description: 'SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Scheduling. 1 operations. Lead operation:
    SAP BI Tools Schedule a document for immediate execution. Self-contained Naftiko capability covering one Sap Bi Tools
    business surface.'
  tags:
  - Sap Bi Tools
  - Scheduling
  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-businessobjects-bi-platform-scheduling
    baseUri: http://{server}:{port}/biprws
    description: SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Scheduling business capability. Self-contained,
      no shared references.
    resources:
    - name: v1-infostore-documentId-scheduleForms-now
      path: /v1/infostore/{documentId}/scheduleForms/now
      operations:
      - name: scheduledocumentnow
        method: POST
        description: SAP BI Tools Schedule a document for immediate execution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: documentId
          in: path
          type: string
          description: The CMS ID of the document to schedule
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-SAP-LogonToken
      value: '{{env.SAP_BI_TOOLS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: sap-businessobjects-bi-platform-scheduling-rest
    port: 8080
    description: REST adapter for SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Scheduling. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/infostore/{documentid}/scheduleforms/now
      name: v1-infostore-documentid-scheduleforms-now
      description: REST surface for v1-infostore-documentId-scheduleForms-now.
      operations:
      - method: POST
        name: scheduledocumentnow
        description: SAP BI Tools Schedule a document for immediate execution
        call: sap-businessobjects-bi-platform-scheduling.scheduledocumentnow
        with:
          documentId: rest.documentId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-businessobjects-bi-platform-scheduling-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP BI Tools SAP BusinessObjects BI Platform RESTful Web Services — Scheduling. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-bi-tools-schedule-document
      description: SAP BI Tools Schedule a document for immediate execution
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-businessobjects-bi-platform-scheduling.scheduledocumentnow
      with:
        documentId: tools.documentId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.