Microsoft Azure · Capability

Microsoft Azure Azure OpenAI API version 2022-12-01 — Deployments:

Microsoft Azure Azure OpenAI API version 2022-12-01 — Deployments:. 5 operations. Lead operation: Microsoft Azure Gets The List Of Deployments Owned By The Azure Openai Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDeployments:

What You Can Do

GET
Microsoftazuredeploymentslist — Microsoft Azure Gets The List Of Deployments Owned By The Azure Openai Resource
/v1/deployments
POST
Microsoftazuredeploymentscreate — Microsoft Azure Creates A New Deployment For The Azure Openai Resource According To The Given Specification
/v1/deployments
GET
Microsoftazuredeploymentsget — Microsoft Azure Gets Details For A Single Deployment Specified By The Given Deployment Id
/v1/deployments/{deployment-id}
PATCH
Microsoftazuredeploymentsupdate — Microsoft Azure Updates The Mutable Details Of The Deployment With The Given Deployment Id
/v1/deployments/{deployment-id}
DELETE
Microsoftazuredeploymentsdelete — Microsoft Azure Deletes The Deployment Specified By The Given Deployment Id
/v1/deployments/{deployment-id}

MCP Tools

microsoft-azure-gets-list-deployments

Microsoft Azure Gets The List Of Deployments Owned By The Azure Openai Resource

read-only idempotent
microsoft-azure-creates-new-deployment

Microsoft Azure Creates A New Deployment For The Azure Openai Resource According To The Given Specification

microsoft-azure-gets-details-single

Microsoft Azure Gets Details For A Single Deployment Specified By The Given Deployment Id

read-only idempotent
microsoft-azure-updates-mutable-details

Microsoft Azure Updates The Mutable Details Of The Deployment With The Given Deployment Id

idempotent
microsoft-azure-deletes-deployment-specified

Microsoft Azure Deletes The Deployment Specified By The Given Deployment Id

idempotent

Capability Spec

azure-openai-api-version-2022-12-01-deployments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Microsoft Azure Azure OpenAI API version 2022-12-01 — Deployments:'
  description: 'Microsoft Azure Azure OpenAI API version 2022-12-01 — Deployments:. 5 operations. Lead operation: Microsoft
    Azure Gets The List Of Deployments Owned By The Azure Openai Resource. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - 'Deployments:'
  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-2022-12-01-deployments
    baseUri: ''
    description: 'Microsoft Azure Azure OpenAI API version 2022-12-01 — Deployments: business capability. Self-contained,
      no shared references.'
    resources:
    - name: deployments
      path: /deployments
      operations:
      - name: microsoftazuredeploymentslist
        method: GET
        description: Microsoft Azure Gets The List Of Deployments Owned By The Azure Openai Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuredeploymentscreate
        method: POST
        description: Microsoft Azure Creates A New Deployment For The Azure Openai Resource According To The Given Specification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment
          in: body
          type: string
          description: The specification of the deployment including the model to deploy and the scale settings.
          required: true
    - name: deployments-deployment-id
      path: /deployments/{deployment-id}
      operations:
      - name: microsoftazuredeploymentsget
        method: GET
        description: Microsoft Azure Gets Details For A Single Deployment Specified By The Given Deployment Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment-id
          in: path
          type: string
          description: The identifier of the deployment.
          required: true
      - name: microsoftazuredeploymentsupdate
        method: PATCH
        description: Microsoft Azure Updates The Mutable Details Of The Deployment With The Given Deployment Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment-id
          in: path
          type: string
          description: The identifier of the deployment.
          required: true
        - name: deployment
          in: body
          type: string
          description: The updated values for the deployment.
          required: true
      - name: microsoftazuredeploymentsdelete
        method: DELETE
        description: Microsoft Azure Deletes The Deployment Specified By The Given Deployment Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment-id
          in: path
          type: string
          description: The identifier of the deployment.
          required: true
  exposes:
  - type: rest
    namespace: azure-openai-api-version-2022-12-01-deployments-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure OpenAI API version 2022-12-01 — Deployments:. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/deployments
      name: deployments
      description: REST surface for deployments.
      operations:
      - method: GET
        name: microsoftazuredeploymentslist
        description: Microsoft Azure Gets The List Of Deployments Owned By The Azure Openai Resource
        call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentslist
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazuredeploymentscreate
        description: Microsoft Azure Creates A New Deployment For The Azure Openai Resource According To The Given Specification
        call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentscreate
        with:
          deployment: rest.deployment
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deployments/{deployment-id}
      name: deployments-deployment-id
      description: REST surface for deployments-deployment-id.
      operations:
      - method: GET
        name: microsoftazuredeploymentsget
        description: Microsoft Azure Gets Details For A Single Deployment Specified By The Given Deployment Id
        call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentsget
        with:
          deployment-id: rest.deployment-id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuredeploymentsupdate
        description: Microsoft Azure Updates The Mutable Details Of The Deployment With The Given Deployment Id
        call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentsupdate
        with:
          deployment-id: rest.deployment-id
          deployment: rest.deployment
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredeploymentsdelete
        description: Microsoft Azure Deletes The Deployment Specified By The Given Deployment Id
        call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentsdelete
        with:
          deployment-id: rest.deployment-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-api-version-2022-12-01-deployments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure OpenAI API version 2022-12-01 — Deployments:. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-deployments
      description: Microsoft Azure Gets The List Of Deployments Owned By The Azure Openai Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-new-deployment
      description: Microsoft Azure Creates A New Deployment For The Azure Openai Resource According To The Given Specification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentscreate
      with:
        deployment: tools.deployment
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-details-single
      description: Microsoft Azure Gets Details For A Single Deployment Specified By The Given Deployment Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentsget
      with:
        deployment-id: tools.deployment-id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-mutable-details
      description: Microsoft Azure Updates The Mutable Details Of The Deployment With The Given Deployment Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentsupdate
      with:
        deployment-id: tools.deployment-id
        deployment: tools.deployment
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-deployment-specified
      description: Microsoft Azure Deletes The Deployment Specified By The Given Deployment Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-openai-api-version-2022-12-01-deployments.microsoftazuredeploymentsdelete
      with:
        deployment-id: tools.deployment-id
      outputParameters:
      - type: object
        mapping: $.