Microsoft Azure · Capability

Microsoft Azure Speech Services API v3.2-preview.1 — Custom Speech Web Hooks:

Microsoft Azure Speech Services API v3.2-preview.1 — Custom Speech Web Hooks:. 7 operations. Lead operation: Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCustom Speech Web Hooks:

What You Can Do

GET
Microsoftazurewebhookslist — Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription
/v1/webhooks
POST
Microsoftazurewebhookscreate — Microsoft Azure Creates A New Web Hook
/v1/webhooks
GET
Microsoftazurewebhooksget — Microsoft Azure Gets The Web Hook Identified By The Given Id
/v1/webhooks/{id}
PATCH
Microsoftazurewebhooksupdate — Microsoft Azure Updates The Web Hook Identified By The Given Id
/v1/webhooks/{id}
DELETE
Microsoftazurewebhooksdelete — Microsoft Azure Deletes The Web Hook Identified By The Given Id
/v1/webhooks/{id}
POST
Microsoftazurewebhooksping — Microsoft Azure Sends A Ping Event To The Registered Url
/v1/webhooks/id-ping
POST
Microsoftazurewebhookstest — Microsoft Azure Sends A Request For Each Registered Event Type To The Registered Url
/v1/webhooks/id-test

MCP Tools

microsoft-azure-gets-list-web

Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription

read-only idempotent
microsoft-azure-creates-new-web

Microsoft Azure Creates A New Web Hook

microsoft-azure-gets-web-hook

Microsoft Azure Gets The Web Hook Identified By The Given Id

read-only idempotent
microsoft-azure-updates-web-hook

Microsoft Azure Updates The Web Hook Identified By The Given Id

idempotent
microsoft-azure-deletes-web-hook

Microsoft Azure Deletes The Web Hook Identified By The Given Id

idempotent
microsoft-azure-sends-ping-event

Microsoft Azure Sends A Ping Event To The Registered Url

microsoft-azure-sends-request-each

Microsoft Azure Sends A Request For Each Registered Event Type To The Registered Url

Capability Spec

speech-services-api-v32-preview1-custom-speech-web-hooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Microsoft Azure Speech Services API v3.2-preview.1 — Custom Speech Web Hooks:'
  description: 'Microsoft Azure Speech Services API v3.2-preview.1 — Custom Speech Web Hooks:. 7 operations. Lead operation:
    Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - 'Custom Speech Web Hooks:'
  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: speech-services-api-v32-preview1-custom-speech-web-hooks
    baseUri: ''
    description: 'Microsoft Azure Speech Services API v3.2-preview.1 — Custom Speech Web Hooks: business capability. Self-contained,
      no shared references.'
    resources:
    - name: webhooks
      path: /webhooks
      operations:
      - name: microsoftazurewebhookslist
        method: GET
        description: Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: "A filtering expression for selecting a subset of the available hooks.\r"
      - name: microsoftazurewebhookscreate
        method: POST
        description: Microsoft Azure Creates A New Web Hook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: webHook
          in: body
          type: string
          description: The details of the new web hook.
          required: true
    - name: webhooks-id
      path: /webhooks/{id}
      operations:
      - name: microsoftazurewebhooksget
        method: GET
        description: Microsoft Azure Gets The Web Hook Identified By The Given Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The identifier of the web hook.
          required: true
      - name: microsoftazurewebhooksupdate
        method: PATCH
        description: Microsoft Azure Updates The Web Hook Identified By The Given Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The identifier of the web hook.
          required: true
        - name: webHookUpdate
          in: body
          type: string
          description: The updated values for the web hook.
          required: true
      - name: microsoftazurewebhooksdelete
        method: DELETE
        description: Microsoft Azure Deletes The Web Hook Identified By The Given Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The identifier of the web hook.
          required: true
    - name: webhooks-id}:ping
      path: /webhooks/{id}:ping
      operations:
      - name: microsoftazurewebhooksping
        method: POST
        description: Microsoft Azure Sends A Ping Event To The Registered Url
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The identifier of the web hook to ping.
          required: true
    - name: webhooks-id}:test
      path: /webhooks/{id}:test
      operations:
      - name: microsoftazurewebhookstest
        method: POST
        description: Microsoft Azure Sends A Request For Each Registered Event Type To The Registered Url
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The identifier of the web hook to ping.
          required: true
  exposes:
  - type: rest
    namespace: speech-services-api-v32-preview1-custom-speech-web-hooks-rest
    port: 8080
    description: REST adapter for Microsoft Azure Speech Services API v3.2-preview.1 — Custom Speech Web Hooks:. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/webhooks
      name: webhooks
      description: REST surface for webhooks.
      operations:
      - method: GET
        name: microsoftazurewebhookslist
        description: Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription
        call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhookslist
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazurewebhookscreate
        description: Microsoft Azure Creates A New Web Hook
        call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhookscreate
        with:
          webHook: rest.webHook
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/{id}
      name: webhooks-id
      description: REST surface for webhooks-id.
      operations:
      - method: GET
        name: microsoftazurewebhooksget
        description: Microsoft Azure Gets The Web Hook Identified By The Given Id
        call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhooksget
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurewebhooksupdate
        description: Microsoft Azure Updates The Web Hook Identified By The Given Id
        call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhooksupdate
        with:
          id: rest.id
          webHookUpdate: rest.webHookUpdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurewebhooksdelete
        description: Microsoft Azure Deletes The Web Hook Identified By The Given Id
        call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhooksdelete
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/id-ping
      name: webhooks-id-ping
      description: REST surface for webhooks-id}:ping.
      operations:
      - method: POST
        name: microsoftazurewebhooksping
        description: Microsoft Azure Sends A Ping Event To The Registered Url
        call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhooksping
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/id-test
      name: webhooks-id-test
      description: REST surface for webhooks-id}:test.
      operations:
      - method: POST
        name: microsoftazurewebhookstest
        description: Microsoft Azure Sends A Request For Each Registered Event Type To The Registered Url
        call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhookstest
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: speech-services-api-v32-preview1-custom-speech-web-hooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Speech Services API v3.2-preview.1 — Custom Speech Web Hooks:. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-web
      description: Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhookslist
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-new-web
      description: Microsoft Azure Creates A New Web Hook
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhookscreate
      with:
        webHook: tools.webHook
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-web-hook
      description: Microsoft Azure Gets The Web Hook Identified By The Given Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhooksget
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-web-hook
      description: Microsoft Azure Updates The Web Hook Identified By The Given Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhooksupdate
      with:
        id: tools.id
        webHookUpdate: tools.webHookUpdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-web-hook
      description: Microsoft Azure Deletes The Web Hook Identified By The Given Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhooksdelete
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-sends-ping-event
      description: Microsoft Azure Sends A Ping Event To The Registered Url
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhooksping
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-sends-request-each
      description: Microsoft Azure Sends A Request For Each Registered Event Type To The Registered Url
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: speech-services-api-v32-preview1-custom-speech-web-hooks.microsoftazurewebhookstest
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.