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