Microsoft Azure · Capability

Microsoft Azure QnAMaker Client — Alterations

Microsoft Azure QnAMaker Client — Alterations. 4 operations. Lead operation: Microsoft Azure Download Alterations From Runtime. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAlterations

What You Can Do

GET
Microsoftazurealterationsget — Microsoft Azure Download Alterations From Runtime
/v1/alterations
PUT
Microsoftazurealterationsreplace — Microsoft Azure Replace Alterations Data
/v1/alterations
GET
Microsoftazurealterationsgetalterationsforkb — Microsoft Azure Download Alterations Per Knowledgebase Qnamaker Managed
/v1/alterations/{kbid}
PUT
Microsoftazurealterationsreplacealterationsforkb — Microsoft Azure Replace Alterations Data Per Knowledgebase Qnamaker Managed
/v1/alterations/{kbid}

MCP Tools

microsoft-azure-download-alterations-runtime

Microsoft Azure Download Alterations From Runtime

read-only idempotent
microsoft-azure-replace-alterations-data

Microsoft Azure Replace Alterations Data

idempotent
microsoft-azure-download-alterations-per

Microsoft Azure Download Alterations Per Knowledgebase Qnamaker Managed

read-only idempotent
microsoft-azure-replace-alterations-data-2

Microsoft Azure Replace Alterations Data Per Knowledgebase Qnamaker Managed

idempotent

Capability Spec

qnamaker-client-alterations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure QnAMaker Client — Alterations
  description: 'Microsoft Azure QnAMaker Client — Alterations. 4 operations. Lead operation: Microsoft Azure Download Alterations
    From Runtime. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Alterations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: qnamaker-client-alterations
    baseUri: ''
    description: Microsoft Azure QnAMaker Client — Alterations business capability. Self-contained, no shared references.
    resources:
    - name: alterations
      path: /alterations
      operations:
      - name: microsoftazurealterationsget
        method: GET
        description: Microsoft Azure Download Alterations From Runtime
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurealterationsreplace
        method: PUT
        description: Microsoft Azure Replace Alterations Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: alterations-kbId
      path: /alterations/{kbId}
      operations:
      - name: microsoftazurealterationsgetalterationsforkb
        method: GET
        description: Microsoft Azure Download Alterations Per Knowledgebase Qnamaker Managed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurealterationsreplacealterationsforkb
        method: PUT
        description: Microsoft Azure Replace Alterations Data Per Knowledgebase Qnamaker Managed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: qnamaker-client-alterations-rest
    port: 8080
    description: REST adapter for Microsoft Azure QnAMaker Client — Alterations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/alterations
      name: alterations
      description: REST surface for alterations.
      operations:
      - method: GET
        name: microsoftazurealterationsget
        description: Microsoft Azure Download Alterations From Runtime
        call: qnamaker-client-alterations.microsoftazurealterationsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurealterationsreplace
        description: Microsoft Azure Replace Alterations Data
        call: qnamaker-client-alterations.microsoftazurealterationsreplace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/alterations/{kbid}
      name: alterations-kbid
      description: REST surface for alterations-kbId.
      operations:
      - method: GET
        name: microsoftazurealterationsgetalterationsforkb
        description: Microsoft Azure Download Alterations Per Knowledgebase Qnamaker Managed
        call: qnamaker-client-alterations.microsoftazurealterationsgetalterationsforkb
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurealterationsreplacealterationsforkb
        description: Microsoft Azure Replace Alterations Data Per Knowledgebase Qnamaker Managed
        call: qnamaker-client-alterations.microsoftazurealterationsreplacealterationsforkb
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qnamaker-client-alterations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure QnAMaker Client — Alterations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-download-alterations-runtime
      description: Microsoft Azure Download Alterations From Runtime
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qnamaker-client-alterations.microsoftazurealterationsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-replace-alterations-data
      description: Microsoft Azure Replace Alterations Data
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qnamaker-client-alterations.microsoftazurealterationsreplace
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-download-alterations-per
      description: Microsoft Azure Download Alterations Per Knowledgebase Qnamaker Managed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qnamaker-client-alterations.microsoftazurealterationsgetalterationsforkb
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-replace-alterations-data-2
      description: Microsoft Azure Replace Alterations Data Per Knowledgebase Qnamaker Managed
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qnamaker-client-alterations.microsoftazurealterationsreplacealterationsforkb
      outputParameters:
      - type: object
        mapping: $.