Qlik Sense Enterprise · Capability

Qlik Sense Enterprise Qlik Sense Repository Service API

Qlik Sense Enterprise Qlik Sense Repository Service API. 5 operations. Lead operation: Qlik Sense Enterprise List tags. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.

Run with Naftiko Qlik Sense Enterprise

What You Can Do

GET
Gettags — Qlik Sense Enterprise List tags
/v1/tag
POST
Createtag — Qlik Sense Enterprise Create tag
/v1/tag
GET
Gettag — Qlik Sense Enterprise Get tag by ID
/v1/tag/{id}
PUT
Updatetag — Qlik Sense Enterprise Update tag
/v1/tag/{id}
DELETE
Deletetag — Qlik Sense Enterprise Delete tag
/v1/tag/{id}

MCP Tools

qlik-sense-enterprise-list-tags

Qlik Sense Enterprise List tags

read-only idempotent
qlik-sense-enterprise-create-tag

Qlik Sense Enterprise Create tag

qlik-sense-enterprise-get-tag

Qlik Sense Enterprise Get tag by ID

read-only idempotent
qlik-sense-enterprise-update-tag

Qlik Sense Enterprise Update tag

idempotent
qlik-sense-enterprise-delete-tag

Qlik Sense Enterprise Delete tag

idempotent

Capability Spec

repository-service-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qlik Sense Enterprise Qlik Sense Repository Service API
  description: 'Qlik Sense Enterprise Qlik Sense Repository Service API. 5 operations. Lead operation: Qlik Sense Enterprise
    List tags. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.'
  tags:
  - Qlik Sense Enterprise
  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: repository-service-general
    baseUri: https://{server}:4242/qrs
    description: Qlik Sense Enterprise Qlik Sense Repository Service API business capability. Self-contained, no shared references.
    resources:
    - name: tag
      path: /tag
      operations:
      - name: gettags
        method: GET
        description: Qlik Sense Enterprise List tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createtag
        method: POST
        description: Qlik Sense Enterprise Create tag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: tag-id
      path: /tag/{id}
      operations:
      - name: gettag
        method: GET
        description: Qlik Sense Enterprise Get tag by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatetag
        method: PUT
        description: Qlik Sense Enterprise Update tag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletetag
        method: DELETE
        description: Qlik Sense Enterprise Delete tag
        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: repository-service-general-rest
    port: 8080
    description: REST adapter for Qlik Sense Enterprise Qlik Sense Repository Service API. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/tag
      name: tag
      description: REST surface for tag.
      operations:
      - method: GET
        name: gettags
        description: Qlik Sense Enterprise List tags
        call: repository-service-general.gettags
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createtag
        description: Qlik Sense Enterprise Create tag
        call: repository-service-general.createtag
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tag/{id}
      name: tag-id
      description: REST surface for tag-id.
      operations:
      - method: GET
        name: gettag
        description: Qlik Sense Enterprise Get tag by ID
        call: repository-service-general.gettag
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatetag
        description: Qlik Sense Enterprise Update tag
        call: repository-service-general.updatetag
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletetag
        description: Qlik Sense Enterprise Delete tag
        call: repository-service-general.deletetag
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: repository-service-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qlik Sense Enterprise Qlik Sense Repository Service API. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: qlik-sense-enterprise-list-tags
      description: Qlik Sense Enterprise List tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-service-general.gettags
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-create-tag
      description: Qlik Sense Enterprise Create tag
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-service-general.createtag
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-get-tag
      description: Qlik Sense Enterprise Get tag by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: repository-service-general.gettag
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-update-tag
      description: Qlik Sense Enterprise Update tag
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: repository-service-general.updatetag
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-delete-tag
      description: Qlik Sense Enterprise Delete tag
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: repository-service-general.deletetag
      outputParameters:
      - type: object
        mapping: $.