Microsoft Azure · Capability

Microsoft Azure QnAMaker Client — Knowledgebases

Microsoft Azure QnAMaker Client — Knowledgebases. 10 operations. Lead operation: Microsoft Azure Gets All Knowledgebases For A User. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureKnowledgebases

What You Can Do

GET
Microsoftazureknowledgebaselistall — Microsoft Azure Gets All Knowledgebases For A User
/v1/knowledgebases
POST
Microsoftazureknowledgebasecreate — Microsoft Azure Asynchronous Operation To Create A New Knowledgebase
/v1/knowledgebases/create
GET
Microsoftazureknowledgebasegetdetails — Microsoft Azure Gets Details Of A Specific Knowledgebase
/v1/knowledgebases/{kbid}
DELETE
Microsoftazureknowledgebasedelete — Microsoft Azure Deletes The Knowledgebase And All Its Data
/v1/knowledgebases/{kbid}
POST
Microsoftazureknowledgebasepublish — Microsoft Azure Publishes All Changes In Test Index Of A Knowledgebase To Its Prod Index
/v1/knowledgebases/{kbid}
PUT
Microsoftazureknowledgebasereplace — Microsoft Azure Replace Knowledgebase Contents
/v1/knowledgebases/{kbid}
PATCH
Microsoftazureknowledgebaseupdate — Microsoft Azure Asynchronous Operation To Modify A Knowledgebase
/v1/knowledgebases/{kbid}
POST
Microsoftazureknowledgebasegenerateanswer — Microsoft Azure Generateanswer Call To Query Knowledgebase Qna Maker Managed
/v1/knowledgebases/{kbid}/generateanswer
POST
Microsoftazureknowledgebasetrain — Microsoft Azure Train Call To Add Suggestions To Knowledgebase Qnamaker Managed
/v1/knowledgebases/{kbid}/train
GET
Microsoftazureknowledgebasedownload — Microsoft Azure Download The Knowledgebase
/v1/knowledgebases/{kbid}/{environment}/qna

MCP Tools

microsoft-azure-gets-all-knowledgebases

Microsoft Azure Gets All Knowledgebases For A User

read-only idempotent
microsoft-azure-asynchronous-operation-create

Microsoft Azure Asynchronous Operation To Create A New Knowledgebase

microsoft-azure-gets-details-specific

Microsoft Azure Gets Details Of A Specific Knowledgebase

read-only idempotent
microsoft-azure-deletes-knowledgebase-and

Microsoft Azure Deletes The Knowledgebase And All Its Data

idempotent
microsoft-azure-publishes-all-changes

Microsoft Azure Publishes All Changes In Test Index Of A Knowledgebase To Its Prod Index

read-only
microsoft-azure-replace-knowledgebase-contents

Microsoft Azure Replace Knowledgebase Contents

idempotent
microsoft-azure-asynchronous-operation-modify

Microsoft Azure Asynchronous Operation To Modify A Knowledgebase

idempotent
microsoft-azure-generateanswer-call-query

Microsoft Azure Generateanswer Call To Query Knowledgebase Qna Maker Managed

read-only
microsoft-azure-train-call-add

Microsoft Azure Train Call To Add Suggestions To Knowledgebase Qnamaker Managed

microsoft-azure-download-knowledgebase

Microsoft Azure Download The Knowledgebase

read-only idempotent

Capability Spec

qnamaker-client-knowledgebases.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure QnAMaker Client — Knowledgebases
  description: 'Microsoft Azure QnAMaker Client — Knowledgebases. 10 operations. Lead operation: Microsoft Azure Gets All
    Knowledgebases For A User. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Knowledgebases
  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-knowledgebases
    baseUri: ''
    description: Microsoft Azure QnAMaker Client — Knowledgebases business capability. Self-contained, no shared references.
    resources:
    - name: knowledgebases
      path: /knowledgebases
      operations:
      - name: microsoftazureknowledgebaselistall
        method: GET
        description: Microsoft Azure Gets All Knowledgebases For A User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: knowledgebases-create
      path: /knowledgebases/create
      operations:
      - name: microsoftazureknowledgebasecreate
        method: POST
        description: Microsoft Azure Asynchronous Operation To Create A New Knowledgebase
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: knowledgebases-kbId
      path: /knowledgebases/{kbId}
      operations:
      - name: microsoftazureknowledgebasegetdetails
        method: GET
        description: Microsoft Azure Gets Details Of A Specific Knowledgebase
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureknowledgebasedelete
        method: DELETE
        description: Microsoft Azure Deletes The Knowledgebase And All Its Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureknowledgebasepublish
        method: POST
        description: Microsoft Azure Publishes All Changes In Test Index Of A Knowledgebase To Its Prod Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureknowledgebasereplace
        method: PUT
        description: Microsoft Azure Replace Knowledgebase Contents
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureknowledgebaseupdate
        method: PATCH
        description: Microsoft Azure Asynchronous Operation To Modify A Knowledgebase
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: knowledgebases-kbId-generateAnswer
      path: /knowledgebases/{kbId}/generateAnswer
      operations:
      - name: microsoftazureknowledgebasegenerateanswer
        method: POST
        description: Microsoft Azure Generateanswer Call To Query Knowledgebase Qna Maker Managed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: knowledgebases-kbId-train
      path: /knowledgebases/{kbId}/train
      operations:
      - name: microsoftazureknowledgebasetrain
        method: POST
        description: Microsoft Azure Train Call To Add Suggestions To Knowledgebase Qnamaker Managed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: knowledgebases-kbId-environment-qna
      path: /knowledgebases/{kbId}/{environment}/qna
      operations:
      - name: microsoftazureknowledgebasedownload
        method: GET
        description: Microsoft Azure Download The Knowledgebase
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: source
          in: query
          type: string
          description: The source property filter to apply.
        - name: changedSince
          in: query
          type: string
          description: The last changed status property filter to apply.
  exposes:
  - type: rest
    namespace: qnamaker-client-knowledgebases-rest
    port: 8080
    description: REST adapter for Microsoft Azure QnAMaker Client — Knowledgebases. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/knowledgebases
      name: knowledgebases
      description: REST surface for knowledgebases.
      operations:
      - method: GET
        name: microsoftazureknowledgebaselistall
        description: Microsoft Azure Gets All Knowledgebases For A User
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebaselistall
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/knowledgebases/create
      name: knowledgebases-create
      description: REST surface for knowledgebases-create.
      operations:
      - method: POST
        name: microsoftazureknowledgebasecreate
        description: Microsoft Azure Asynchronous Operation To Create A New Knowledgebase
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebasecreate
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/knowledgebases/{kbid}
      name: knowledgebases-kbid
      description: REST surface for knowledgebases-kbId.
      operations:
      - method: GET
        name: microsoftazureknowledgebasegetdetails
        description: Microsoft Azure Gets Details Of A Specific Knowledgebase
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebasegetdetails
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureknowledgebasedelete
        description: Microsoft Azure Deletes The Knowledgebase And All Its Data
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebasedelete
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazureknowledgebasepublish
        description: Microsoft Azure Publishes All Changes In Test Index Of A Knowledgebase To Its Prod Index
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebasepublish
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureknowledgebasereplace
        description: Microsoft Azure Replace Knowledgebase Contents
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebasereplace
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureknowledgebaseupdate
        description: Microsoft Azure Asynchronous Operation To Modify A Knowledgebase
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebaseupdate
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/knowledgebases/{kbid}/generateanswer
      name: knowledgebases-kbid-generateanswer
      description: REST surface for knowledgebases-kbId-generateAnswer.
      operations:
      - method: POST
        name: microsoftazureknowledgebasegenerateanswer
        description: Microsoft Azure Generateanswer Call To Query Knowledgebase Qna Maker Managed
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebasegenerateanswer
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/knowledgebases/{kbid}/train
      name: knowledgebases-kbid-train
      description: REST surface for knowledgebases-kbId-train.
      operations:
      - method: POST
        name: microsoftazureknowledgebasetrain
        description: Microsoft Azure Train Call To Add Suggestions To Knowledgebase Qnamaker Managed
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebasetrain
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/knowledgebases/{kbid}/{environment}/qna
      name: knowledgebases-kbid-environment-qna
      description: REST surface for knowledgebases-kbId-environment-qna.
      operations:
      - method: GET
        name: microsoftazureknowledgebasedownload
        description: Microsoft Azure Download The Knowledgebase
        call: qnamaker-client-knowledgebases.microsoftazureknowledgebasedownload
        with:
          source: rest.source
          changedSince: rest.changedSince
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qnamaker-client-knowledgebases-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure QnAMaker Client — Knowledgebases. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-all-knowledgebases
      description: Microsoft Azure Gets All Knowledgebases For A User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebaselistall
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-asynchronous-operation-create
      description: Microsoft Azure Asynchronous Operation To Create A New Knowledgebase
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebasecreate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-details-specific
      description: Microsoft Azure Gets Details Of A Specific Knowledgebase
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebasegetdetails
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-knowledgebase-and
      description: Microsoft Azure Deletes The Knowledgebase And All Its Data
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebasedelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-publishes-all-changes
      description: Microsoft Azure Publishes All Changes In Test Index Of A Knowledgebase To Its Prod Index
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebasepublish
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-replace-knowledgebase-contents
      description: Microsoft Azure Replace Knowledgebase Contents
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebasereplace
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-asynchronous-operation-modify
      description: Microsoft Azure Asynchronous Operation To Modify A Knowledgebase
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebaseupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-generateanswer-call-query
      description: Microsoft Azure Generateanswer Call To Query Knowledgebase Qna Maker Managed
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebasegenerateanswer
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-train-call-add
      description: Microsoft Azure Train Call To Add Suggestions To Knowledgebase Qnamaker Managed
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebasetrain
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-download-knowledgebase
      description: Microsoft Azure Download The Knowledgebase
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qnamaker-client-knowledgebases.microsoftazureknowledgebasedownload
      with:
        source: tools.source
        changedSince: tools.changedSince
      outputParameters:
      - type: object
        mapping: $.