Microsoft Azure · Capability

Microsoft Azure Azure Cognitive Services Management API — Deployments

Microsoft Azure Azure Cognitive Services Management API — Deployments. 4 operations. Lead operation: Microsoft Azure List Model Deployments. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDeployments

What You Can Do

GET
Deploymentslist — Microsoft Azure List Model Deployments
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cognitiveservices/accounts/{accountname}/deployments
GET
Deploymentsget — Microsoft Azure Get a Model Deployment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cognitiveservices/accounts/{accountname}/deployments/{deploymentname}
PUT
Deploymentscreateorupdate — Microsoft Azure Create or Update a Model Deployment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cognitiveservices/accounts/{accountname}/deployments/{deploymentname}
DELETE
Deploymentsdelete — Microsoft Azure Delete a Model Deployment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cognitiveservices/accounts/{accountname}/deployments/{deploymentname}

MCP Tools

microsoft-azure-list-model-deployments

Microsoft Azure List Model Deployments

read-only idempotent
microsoft-azure-get-model-deployment

Microsoft Azure Get a Model Deployment

read-only idempotent
microsoft-azure-create-update-model

Microsoft Azure Create or Update a Model Deployment

idempotent
microsoft-azure-delete-model-deployment

Microsoft Azure Delete a Model Deployment

idempotent

Capability Spec

azure-cognitive-services-deployments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Cognitive Services Management API — Deployments
  description: 'Microsoft Azure Azure Cognitive Services Management API — Deployments. 4 operations. Lead operation: Microsoft
    Azure List Model Deployments. 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-cognitive-services-deployments
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Cognitive Services Management API — Deployments business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments
      operations:
      - name: deploymentslist
        method: GET
        description: Microsoft Azure List Model Deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
      operations:
      - name: deploymentsget
        method: GET
        description: Microsoft Azure Get a Model Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deploymentName
          in: path
          type: string
          description: The name of the deployment.
          required: true
      - name: deploymentscreateorupdate
        method: PUT
        description: Microsoft Azure Create or Update a Model Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deploymentName
          in: path
          type: string
          description: The name of the deployment.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deploymentsdelete
        method: DELETE
        description: Microsoft Azure Delete a Model Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deploymentName
          in: path
          type: string
          description: The name of the deployment.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-cognitive-services-deployments-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Cognitive Services Management API — Deployments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cognitiveservices/accounts/{accountname}/deployments
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: deploymentslist
        description: Microsoft Azure List Model Deployments
        call: azure-cognitive-services-deployments.deploymentslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cognitiveservices/accounts/{accountname}/deployments/{deploymentname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: deploymentsget
        description: Microsoft Azure Get a Model Deployment
        call: azure-cognitive-services-deployments.deploymentsget
        with:
          deploymentName: rest.deploymentName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: deploymentscreateorupdate
        description: Microsoft Azure Create or Update a Model Deployment
        call: azure-cognitive-services-deployments.deploymentscreateorupdate
        with:
          deploymentName: rest.deploymentName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deploymentsdelete
        description: Microsoft Azure Delete a Model Deployment
        call: azure-cognitive-services-deployments.deploymentsdelete
        with:
          deploymentName: rest.deploymentName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-cognitive-services-deployments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Cognitive Services Management API — Deployments. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-model-deployments
      description: Microsoft Azure List Model Deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-cognitive-services-deployments.deploymentslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-model-deployment
      description: Microsoft Azure Get a Model Deployment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-cognitive-services-deployments.deploymentsget
      with:
        deploymentName: tools.deploymentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-model
      description: Microsoft Azure Create or Update a Model Deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-cognitive-services-deployments.deploymentscreateorupdate
      with:
        deploymentName: tools.deploymentName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-model-deployment
      description: Microsoft Azure Delete a Model Deployment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-cognitive-services-deployments.deploymentsdelete
      with:
        deploymentName: tools.deploymentName
      outputParameters:
      - type: object
        mapping: $.