Microsoft Azure · Capability

Microsoft Azure Azure OpenAI API version 2023-03-15-preview — Models:

Microsoft Azure Azure OpenAI API version 2023-03-15-preview — Models:. 2 operations. Lead operation: Microsoft Azure Gets A List Of All Models That Are Accessible By The Azure Openai Resource these Include Base Models As Well As All Successfully Completed Fine Tuned Models Owned By The Azure Openai Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureModels:

What You Can Do

GET
Microsoftazuremodelslist — Microsoft Azure Gets A List Of All Models That Are Accessible By The Azure Openai Resource
/v1/models
GET
Microsoftazuremodelsget — Microsoft Azure Gets Details For The Model Specified By The Given Modelid
/v1/models/{model-id}

MCP Tools

microsoft-azure-gets-list-all

Microsoft Azure Gets A List Of All Models That Are Accessible By The Azure Openai Resource

read-only idempotent
microsoft-azure-gets-details-model

Microsoft Azure Gets Details For The Model Specified By The Given Modelid

read-only idempotent

Capability Spec

azure-openai-api-version-2023-03-15-preview-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Microsoft Azure Azure OpenAI API version 2023-03-15-preview — Models:'
  description: "Microsoft Azure Azure OpenAI API version 2023-03-15-preview — Models:. 2 operations. Lead operation: Microsoft\
    \ Azure Gets A List Of All Models That Are Accessible By The Azure Openai Resource \r\nthese Include Base Models As Well\
    \ As All Successfully Completed Fine Tuned Models Owned By The Azure Openai Resource. 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-api-version-2023-03-15-preview-models
    baseUri: ''
    description: 'Microsoft Azure Azure OpenAI API version 2023-03-15-preview — Models: business capability. Self-contained,
      no shared references.'
    resources:
    - name: models
      path: /models
      operations:
      - name: microsoftazuremodelslist
        method: GET
        description: "Microsoft Azure Gets A List Of All Models That Are Accessible By The Azure Openai Resource \r"
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: models-model-id
      path: /models/{model-id}
      operations:
      - name: microsoftazuremodelsget
        method: GET
        description: Microsoft Azure Gets Details For The Model Specified By The Given Modelid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: model-id
          in: path
          type: string
          description: The identifier of the model.
          required: true
  exposes:
  - type: rest
    namespace: azure-openai-api-version-2023-03-15-preview-models-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure OpenAI API version 2023-03-15-preview — 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: microsoftazuremodelslist
        description: "Microsoft Azure Gets A List Of All Models That Are Accessible By The Azure Openai Resource \r"
        call: azure-openai-api-version-2023-03-15-preview-models.microsoftazuremodelslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/models/{model-id}
      name: models-model-id
      description: REST surface for models-model-id.
      operations:
      - method: GET
        name: microsoftazuremodelsget
        description: Microsoft Azure Gets Details For The Model Specified By The Given Modelid
        call: azure-openai-api-version-2023-03-15-preview-models.microsoftazuremodelsget
        with:
          model-id: rest.model-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-api-version-2023-03-15-preview-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure OpenAI API version 2023-03-15-preview — Models:. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-all
      description: "Microsoft Azure Gets A List Of All Models That Are Accessible By The Azure Openai Resource \r"
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2023-03-15-preview-models.microsoftazuremodelslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-details-model
      description: Microsoft Azure Gets Details For The Model Specified By The Given Modelid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2023-03-15-preview-models.microsoftazuremodelsget
      with:
        model-id: tools.model-id
      outputParameters:
      - type: object
        mapping: $.