naftiko: 1.0.0-alpha2 info: label: 'Microsoft Azure Speech Services API v3.0 — Custom Speech Web Hooks:' description: 'Microsoft Azure Speech Services API v3.0 — 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-v30-custom-speech-web-hooks baseUri: '' description: 'Microsoft Azure Speech Services API v3.0 — Custom Speech Web Hooks: business capability. Self-contained, no shared references.' resources: - name: webhooks path: /webhooks operations: - name: microsoftazuregethooks method: GET description: Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazurecreatehook 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: microsoftazuregethook 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: microsoftazureupdatehook 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: microsoftazuredeletehook 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: microsoftazurepinghook 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: microsoftazuretesthook 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-v30-custom-speech-web-hooks-rest port: 8080 description: REST adapter for Microsoft Azure Speech Services API v3.0 — 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: microsoftazuregethooks description: Microsoft Azure Gets The List Of Web Hooks For The Authenticated Subscription call: speech-services-api-v30-custom-speech-web-hooks.microsoftazuregethooks outputParameters: - type: object mapping: $. - method: POST name: microsoftazurecreatehook description: Microsoft Azure Creates A New Web Hook call: speech-services-api-v30-custom-speech-web-hooks.microsoftazurecreatehook 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: microsoftazuregethook description: Microsoft Azure Gets The Web Hook Identified By The Given Id call: speech-services-api-v30-custom-speech-web-hooks.microsoftazuregethook with: id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: microsoftazureupdatehook description: Microsoft Azure Updates The Web Hook Identified By The Given Id call: speech-services-api-v30-custom-speech-web-hooks.microsoftazureupdatehook with: id: rest.id webHookUpdate: rest.webHookUpdate outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazuredeletehook description: Microsoft Azure Deletes The Web Hook Identified By The Given Id call: speech-services-api-v30-custom-speech-web-hooks.microsoftazuredeletehook 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: microsoftazurepinghook description: Microsoft Azure Sends A Ping Event To The Registered Url call: speech-services-api-v30-custom-speech-web-hooks.microsoftazurepinghook 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: microsoftazuretesthook description: Microsoft Azure Sends A Request For Each Registered Event Type To The Registered Url call: speech-services-api-v30-custom-speech-web-hooks.microsoftazuretesthook with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: speech-services-api-v30-custom-speech-web-hooks-mcp port: 9090 transport: http description: MCP adapter for Microsoft Azure Speech Services API v3.0 — 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-v30-custom-speech-web-hooks.microsoftazuregethooks 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-v30-custom-speech-web-hooks.microsoftazurecreatehook 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-v30-custom-speech-web-hooks.microsoftazuregethook 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-v30-custom-speech-web-hooks.microsoftazureupdatehook 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-v30-custom-speech-web-hooks.microsoftazuredeletehook 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-v30-custom-speech-web-hooks.microsoftazurepinghook 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-v30-custom-speech-web-hooks.microsoftazuretesthook with: id: tools.id outputParameters: - type: object mapping: $.