Microsoft Azure · Capability

Microsoft Azure Azure OpenAI Service API — Models

Microsoft Azure Azure OpenAI Service API — Models. 1 operations. Lead operation: Microsoft Azure List Available Models. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureModels

What You Can Do

GET
Modelslist — Microsoft Azure List Available Models
/v1/models

MCP Tools

microsoft-azure-list-available-models

Microsoft Azure List Available Models

read-only idempotent

Capability Spec

azure-openai-service-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure OpenAI Service API — Models
  description: 'Microsoft Azure Azure OpenAI Service API — Models. 1 operations. Lead operation: Microsoft Azure List Available
    Models. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Models
  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: azure-openai-service-models
    baseUri: https://{endpoint}/openai
    description: Microsoft Azure Azure OpenAI Service API — Models business capability. Self-contained, no shared references.
    resources:
    - name: models
      path: /models
      operations:
      - name: modelslist
        method: GET
        description: Microsoft Azure List Available Models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-openai-service-models-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure OpenAI Service API — Models. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/models
      name: models
      description: REST surface for models.
      operations:
      - method: GET
        name: modelslist
        description: Microsoft Azure List Available Models
        call: azure-openai-service-models.modelslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-service-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure OpenAI Service API — Models. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-available-models
      description: Microsoft Azure List Available Models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-service-models.modelslist
      outputParameters:
      - type: object
        mapping: $.