Microsoft Azure · Capability

Microsoft Azure Custom voice API — Endpoint

Microsoft Azure Custom voice API — Endpoint. 6 operations. Lead operation: Microsoft Azure Get Endpoints. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEndpoint

What You Can Do

GET
Microsoftazureendpointslist — Microsoft Azure Get Endpoints
/v1/endpoints
GET
Microsoftazureendpointsget — Microsoft Azure Get Endpoints Id
/v1/endpoints/{id}
DELETE
Microsoftazureendpointsdelete — Microsoft Azure Delete Endpoints Id
/v1/endpoints/{id}
PUT
Microsoftazureendpointscreate — Microsoft Azure Put Endpoints Id
/v1/endpoints/{id}
POST
Microsoftazureendpointsresume — Microsoft Azure Post Endpoints Id:resume
/v1/endpoints/id-resume
POST
Microsoftazureendpointssuspend — Microsoft Azure Post Endpoints Id:suspend
/v1/endpoints/id-suspend

MCP Tools

microsoft-azure-get-endpoints

Microsoft Azure Get Endpoints

read-only idempotent
microsoft-azure-get-endpoints-id

Microsoft Azure Get Endpoints Id

read-only idempotent
microsoft-azure-delete-endpoints-id

Microsoft Azure Delete Endpoints Id

idempotent
microsoft-azure-put-endpoints-id

Microsoft Azure Put Endpoints Id

idempotent
microsoft-azure-post-endpoints-id-resume

Microsoft Azure Post Endpoints Id:resume

microsoft-azure-post-endpoints-id-suspend

Microsoft Azure Post Endpoints Id:suspend

Capability Spec

custom-voice-endpoint.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Custom voice API — Endpoint
  description: 'Microsoft Azure Custom voice API — Endpoint. 6 operations. Lead operation: Microsoft Azure Get Endpoints.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Endpoint
  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: custom-voice-endpoint
    baseUri: ''
    description: Microsoft Azure Custom voice API — Endpoint business capability. Self-contained, no shared references.
    resources:
    - name: endpoints
      path: /endpoints
      operations:
      - name: microsoftazureendpointslist
        method: GET
        description: Microsoft Azure Get Endpoints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: endpoints-id
      path: /endpoints/{id}
      operations:
      - name: microsoftazureendpointsget
        method: GET
        description: Microsoft Azure Get Endpoints Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureendpointsdelete
        method: DELETE
        description: Microsoft Azure Delete Endpoints Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureendpointscreate
        method: PUT
        description: Microsoft Azure Put Endpoints Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: endpoint
          in: body
          type: string
          description: Endpoint definition
          required: true
    - name: endpoints-id}:resume
      path: /endpoints/{id}:resume
      operations:
      - name: microsoftazureendpointsresume
        method: POST
        description: Microsoft Azure Post Endpoints Id:resume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: endpoints-id}:suspend
      path: /endpoints/{id}:suspend
      operations:
      - name: microsoftazureendpointssuspend
        method: POST
        description: Microsoft Azure Post Endpoints Id:suspend
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: custom-voice-endpoint-rest
    port: 8080
    description: REST adapter for Microsoft Azure Custom voice API — Endpoint. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/endpoints
      name: endpoints
      description: REST surface for endpoints.
      operations:
      - method: GET
        name: microsoftazureendpointslist
        description: Microsoft Azure Get Endpoints
        call: custom-voice-endpoint.microsoftazureendpointslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/endpoints/{id}
      name: endpoints-id
      description: REST surface for endpoints-id.
      operations:
      - method: GET
        name: microsoftazureendpointsget
        description: Microsoft Azure Get Endpoints Id
        call: custom-voice-endpoint.microsoftazureendpointsget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureendpointsdelete
        description: Microsoft Azure Delete Endpoints Id
        call: custom-voice-endpoint.microsoftazureendpointsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureendpointscreate
        description: Microsoft Azure Put Endpoints Id
        call: custom-voice-endpoint.microsoftazureendpointscreate
        with:
          endpoint: rest.endpoint
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/endpoints/id-resume
      name: endpoints-id-resume
      description: REST surface for endpoints-id}:resume.
      operations:
      - method: POST
        name: microsoftazureendpointsresume
        description: Microsoft Azure Post Endpoints Id:resume
        call: custom-voice-endpoint.microsoftazureendpointsresume
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/endpoints/id-suspend
      name: endpoints-id-suspend
      description: REST surface for endpoints-id}:suspend.
      operations:
      - method: POST
        name: microsoftazureendpointssuspend
        description: Microsoft Azure Post Endpoints Id:suspend
        call: custom-voice-endpoint.microsoftazureendpointssuspend
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: custom-voice-endpoint-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Custom voice API — Endpoint. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-endpoints
      description: Microsoft Azure Get Endpoints
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-voice-endpoint.microsoftazureendpointslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-endpoints-id
      description: Microsoft Azure Get Endpoints Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-voice-endpoint.microsoftazureendpointsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-endpoints-id
      description: Microsoft Azure Delete Endpoints Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: custom-voice-endpoint.microsoftazureendpointsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-endpoints-id
      description: Microsoft Azure Put Endpoints Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: custom-voice-endpoint.microsoftazureendpointscreate
      with:
        endpoint: tools.endpoint
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-endpoints-id-resume
      description: Microsoft Azure Post Endpoints Id:resume
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: custom-voice-endpoint.microsoftazureendpointsresume
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-endpoints-id-suspend
      description: Microsoft Azure Post Endpoints Id:suspend
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: custom-voice-endpoint.microsoftazureendpointssuspend
      outputParameters:
      - type: object
        mapping: $.