Microsoft Azure · Capability

Microsoft Azure Speech Services API v2.0 — Custom Speech Accuracy Tests:

Microsoft Azure Speech Services API v2.0 — Custom Speech Accuracy Tests:. 5 operations. Lead operation: Microsoft Azure Gets The List Of Accuracy Tests For The Authenticated Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCustom Speech Accuracy Tests:

What You Can Do

GET
Microsoftazuregetaccuracytests — Microsoft Azure Gets The List Of Accuracy Tests For The Authenticated Subscription
/v1/accuracytests
POST
Microsoftazurecreateaccuracytest — Microsoft Azure Creates A New Accuracy Test
/v1/accuracytests
GET
Microsoftazuregetaccuracytest — Microsoft Azure Gets The Accuracy Test Identified By The Given Id
/v1/accuracytests/{id}
PATCH
Microsoftazureupdateaccuracytest — Microsoft Azure Updates The Mutable Details Of The Test Identified By Its Id
/v1/accuracytests/{id}
DELETE
Microsoftazuredeleteaccuracytest — Microsoft Azure Deletes The Accuracy Test Identified By The Given Id
/v1/accuracytests/{id}

MCP Tools

microsoft-azure-gets-list-accuracy

Microsoft Azure Gets The List Of Accuracy Tests For The Authenticated Subscription

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

Microsoft Azure Creates A New Accuracy Test

microsoft-azure-gets-accuracy-test

Microsoft Azure Gets The Accuracy Test Identified By The Given Id

read-only idempotent
microsoft-azure-updates-mutable-details

Microsoft Azure Updates The Mutable Details Of The Test Identified By Its Id

idempotent
microsoft-azure-deletes-accuracy-test

Microsoft Azure Deletes The Accuracy Test Identified By The Given Id

idempotent

Capability Spec

speech-services-api-v20-custom-speech-accuracy-tests.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Microsoft Azure Speech Services API v2.0 — Custom Speech Accuracy Tests:'
  description: 'Microsoft Azure Speech Services API v2.0 — Custom Speech Accuracy Tests:. 5 operations. Lead operation: Microsoft
    Azure Gets The List Of Accuracy Tests For The Authenticated Subscription. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - 'Custom Speech Accuracy Tests:'
  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-v20-custom-speech-accuracy-tests
    baseUri: ''
    description: 'Microsoft Azure Speech Services API v2.0 — Custom Speech Accuracy Tests: business capability. Self-contained,
      no shared references.'
    resources:
    - name: accuracytests
      path: /accuracytests
      operations:
      - name: microsoftazuregetaccuracytests
        method: GET
        description: Microsoft Azure Gets The List Of Accuracy Tests For The Authenticated Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurecreateaccuracytest
        method: POST
        description: Microsoft Azure Creates A New Accuracy Test
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: testDefinition
          in: body
          type: string
          description: The details of the new accuracy test.
          required: true
    - name: accuracytests-id
      path: /accuracytests/{id}
      operations:
      - name: microsoftazuregetaccuracytest
        method: GET
        description: Microsoft Azure Gets The Accuracy Test 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 accuracy test.
          required: true
      - name: microsoftazureupdateaccuracytest
        method: PATCH
        description: Microsoft Azure Updates The Mutable Details Of The Test Identified By Its Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The identifier of the accuracy test.
          required: true
        - name: testUpdate
          in: body
          type: string
          description: The object containing the updated fields of the test.
          required: true
      - name: microsoftazuredeleteaccuracytest
        method: DELETE
        description: Microsoft Azure Deletes The Accuracy Test 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 accuracy test.
          required: true
  exposes:
  - type: rest
    namespace: speech-services-api-v20-custom-speech-accuracy-tests-rest
    port: 8080
    description: REST adapter for Microsoft Azure Speech Services API v2.0 — Custom Speech Accuracy Tests:. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accuracytests
      name: accuracytests
      description: REST surface for accuracytests.
      operations:
      - method: GET
        name: microsoftazuregetaccuracytests
        description: Microsoft Azure Gets The List Of Accuracy Tests For The Authenticated Subscription
        call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazuregetaccuracytests
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazurecreateaccuracytest
        description: Microsoft Azure Creates A New Accuracy Test
        call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazurecreateaccuracytest
        with:
          testDefinition: rest.testDefinition
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accuracytests/{id}
      name: accuracytests-id
      description: REST surface for accuracytests-id.
      operations:
      - method: GET
        name: microsoftazuregetaccuracytest
        description: Microsoft Azure Gets The Accuracy Test Identified By The Given Id
        call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazuregetaccuracytest
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureupdateaccuracytest
        description: Microsoft Azure Updates The Mutable Details Of The Test Identified By Its Id
        call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazureupdateaccuracytest
        with:
          id: rest.id
          testUpdate: rest.testUpdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredeleteaccuracytest
        description: Microsoft Azure Deletes The Accuracy Test Identified By The Given Id
        call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazuredeleteaccuracytest
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: speech-services-api-v20-custom-speech-accuracy-tests-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Speech Services API v2.0 — Custom Speech Accuracy Tests:. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-accuracy
      description: Microsoft Azure Gets The List Of Accuracy Tests For The Authenticated Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazuregetaccuracytests
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-new-accuracy
      description: Microsoft Azure Creates A New Accuracy Test
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazurecreateaccuracytest
      with:
        testDefinition: tools.testDefinition
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-accuracy-test
      description: Microsoft Azure Gets The Accuracy Test Identified By The Given Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazuregetaccuracytest
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-mutable-details
      description: Microsoft Azure Updates The Mutable Details Of The Test Identified By Its Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazureupdateaccuracytest
      with:
        id: tools.id
        testUpdate: tools.testUpdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-accuracy-test
      description: Microsoft Azure Deletes The Accuracy Test Identified By The Given Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: speech-services-api-v20-custom-speech-accuracy-tests.microsoftazuredeleteaccuracytest
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.