Qlik Sense Enterprise · Capability

Qlik Sense Enterprise Qlik Sense About Service API — Components

Qlik Sense Enterprise Qlik Sense About Service API — Components. 1 operations. Lead operation: Qlik Sense Enterprise Get installed components. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.

Run with Naftiko Qlik Sense EnterpriseComponents

What You Can Do

GET
Getcomponents — Qlik Sense Enterprise Get installed components
/v1/components

MCP Tools

qlik-sense-enterprise-get-installed

Qlik Sense Enterprise Get installed components

read-only idempotent

Capability Spec

about-service-components.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qlik Sense Enterprise Qlik Sense About Service API — Components
  description: 'Qlik Sense Enterprise Qlik Sense About Service API — Components. 1 operations. Lead operation: Qlik Sense
    Enterprise Get installed components. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.'
  tags:
  - Qlik Sense Enterprise
  - Components
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QLIK_SENSE_ENTERPRISE_API_KEY: QLIK_SENSE_ENTERPRISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: about-service-components
    baseUri: https://{server}/api/about/v1
    description: Qlik Sense Enterprise Qlik Sense About Service API — Components business capability. Self-contained, no shared
      references.
    resources:
    - name: components
      path: /components
      operations:
      - name: getcomponents
        method: GET
        description: Qlik Sense Enterprise Get installed components
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Qlik-Xrfkey
      value: '{{env.QLIK_SENSE_ENTERPRISE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: about-service-components-rest
    port: 8080
    description: REST adapter for Qlik Sense Enterprise Qlik Sense About Service API — Components. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/components
      name: components
      description: REST surface for components.
      operations:
      - method: GET
        name: getcomponents
        description: Qlik Sense Enterprise Get installed components
        call: about-service-components.getcomponents
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: about-service-components-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qlik Sense Enterprise Qlik Sense About Service API — Components. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: qlik-sense-enterprise-get-installed
      description: Qlik Sense Enterprise Get installed components
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: about-service-components.getcomponents
      outputParameters:
      - type: object
        mapping: $.