Microsoft Azure · Capability

Microsoft Azure Custom voice API — Model

Microsoft Azure Custom voice API — Model. 5 operations. Lead operation: Microsoft Azure Get Modelrecipes. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureModel

What You Can Do

GET
Microsoftazuremodelslistrecipes — Microsoft Azure Get Modelrecipes
/v1/modelrecipes
GET
Microsoftazuremodelslist — Microsoft Azure Get Models
/v1/models
GET
Microsoftazuremodelsget — Microsoft Azure Get Models Id
/v1/models/{id}
DELETE
Microsoftazuremodelsdelete — Microsoft Azure Delete Models Id
/v1/models/{id}
PUT
Microsoftazuremodelscreate — Microsoft Azure Put Models Id
/v1/models/{id}

MCP Tools

microsoft-azure-get-modelrecipes

Microsoft Azure Get Modelrecipes

read-only idempotent
microsoft-azure-get-models

Microsoft Azure Get Models

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

Microsoft Azure Get Models Id

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

Microsoft Azure Delete Models Id

idempotent
microsoft-azure-put-models-id

Microsoft Azure Put Models Id

idempotent

Capability Spec

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