Microsoft Azure · Capability

Microsoft Azure Azure OpenAI Service API — Deployments

Microsoft Azure Azure OpenAI Service API — Deployments. 1 operations. Lead operation: Microsoft Azure List 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 Deployments
/v1/deployments

MCP Tools

microsoft-azure-list-deployments

Microsoft Azure List Deployments

read-only idempotent

Capability Spec

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