Crystal Reports · Capability

SAP Crystal Reports RESTful Web Services API — Reports

SAP Crystal Reports RESTful Web Services API — Reports. 1 operations. Lead operation: Crystal Reports Get Report Summary Info. Self-contained Naftiko capability covering one Crystal Reports business surface.

Run with Naftiko Crystal ReportsReports

What You Can Do

GET
Getreportsummary — Crystal Reports Get Report Summary Info
/v1/infostore/{reportid}/rpt

MCP Tools

crystal-reports-get-report-summary

Crystal Reports Get Report Summary Info

read-only idempotent

Capability Spec

rest-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Crystal Reports RESTful Web Services API — Reports
  description: 'SAP Crystal Reports RESTful Web Services API — Reports. 1 operations. Lead operation: Crystal Reports Get
    Report Summary Info. Self-contained Naftiko capability covering one Crystal Reports business surface.'
  tags:
  - Crystal Reports
  - Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CRYSTAL_REPORTS_API_KEY: CRYSTAL_REPORTS_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-reports
    baseUri: http://{host}:{port}/biprws
    description: SAP Crystal Reports RESTful Web Services API — Reports business capability. Self-contained, no shared references.
    resources:
    - name: infostore-reportId-rpt
      path: /infostore/{reportId}/rpt
      operations:
      - name: getreportsummary
        method: GET
        description: Crystal Reports Get Report Summary Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-SAP-LogonToken
      value: '{{env.CRYSTAL_REPORTS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: rest-reports-rest
    port: 8080
    description: REST adapter for SAP Crystal Reports RESTful Web Services API — Reports. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/infostore/{reportid}/rpt
      name: infostore-reportid-rpt
      description: REST surface for infostore-reportId-rpt.
      operations:
      - method: GET
        name: getreportsummary
        description: Crystal Reports Get Report Summary Info
        call: rest-reports.getreportsummary
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Crystal Reports RESTful Web Services API — Reports. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: crystal-reports-get-report-summary
      description: Crystal Reports Get Report Summary Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-reports.getreportsummary
      outputParameters:
      - type: object
        mapping: $.