Microsoft Azure · Capability

Microsoft Azure Custom voice API — BaseModel

Microsoft Azure Custom voice API — BaseModel. 1 operations. Lead operation: Microsoft Azure Get Basemodels. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBaseModel

What You Can Do

GET
Microsoftazurebasemodelslist — Microsoft Azure Get Basemodels
/v1/basemodels

MCP Tools

microsoft-azure-get-basemodels

Microsoft Azure Get Basemodels

read-only idempotent

Capability Spec

custom-voice-basemodel.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Custom voice API — BaseModel
  description: 'Microsoft Azure Custom voice API — BaseModel. 1 operations. Lead operation: Microsoft Azure Get Basemodels.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - BaseModel
  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-basemodel
    baseUri: ''
    description: Microsoft Azure Custom voice API — BaseModel business capability. Self-contained, no shared references.
    resources:
    - name: basemodels
      path: /basemodels
      operations:
      - name: microsoftazurebasemodelslist
        method: GET
        description: Microsoft Azure Get Basemodels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: custom-voice-basemodel-rest
    port: 8080
    description: REST adapter for Microsoft Azure Custom voice API — BaseModel. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/basemodels
      name: basemodels
      description: REST surface for basemodels.
      operations:
      - method: GET
        name: microsoftazurebasemodelslist
        description: Microsoft Azure Get Basemodels
        call: custom-voice-basemodel.microsoftazurebasemodelslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: custom-voice-basemodel-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Custom voice API — BaseModel. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-basemodels
      description: Microsoft Azure Get Basemodels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-voice-basemodel.microsoftazurebasemodelslist
      outputParameters:
      - type: object
        mapping: $.