Microsoft Azure · Capability

Microsoft Azure KubeEnvironments API Client — KubeEnvironments

Microsoft Azure KubeEnvironments API Client — KubeEnvironments. 6 operations. Lead operation: Microsoft Azure Get All Kubernetes Environments For A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureKubeEnvironments

What You Can Do

GET
Microsoftazurekubeenvironmentslistbysubscription — Microsoft Azure Get All Kubernetes Environments For A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/kubeenvironments
GET
Microsoftazurekubeenvironmentslistbyresourcegroup — Microsoft Azure Get All The Kubernetes Environments In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/kubeenvironments
GET
Microsoftazurekubeenvironmentsget — Microsoft Azure Get The Properties Of A Kubernetes Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/kubeenvironments/{name}
PUT
Microsoftazurekubeenvironmentscreateorupdate — Microsoft Azure Creates Or Updates A Kubernetes Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/kubeenvironments/{name}
DELETE
Microsoftazurekubeenvironmentsdelete — Microsoft Azure Delete A Kubernetes Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/kubeenvironments/{name}
PATCH
Microsoftazurekubeenvironmentsupdate — Microsoft Azure Creates Or Updates A Kubernetes Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/kubeenvironments/{name}

MCP Tools

microsoft-azure-get-all-kubernetes

Microsoft Azure Get All Kubernetes Environments For A Subscription

read-only idempotent
microsoft-azure-get-all-kubernetes-2

Microsoft Azure Get All The Kubernetes Environments In A Resource Group

read-only idempotent
microsoft-azure-get-properties-kubernetes

Microsoft Azure Get The Properties Of A Kubernetes Environment

read-only idempotent
microsoft-azure-creates-updates-kubernetes

Microsoft Azure Creates Or Updates A Kubernetes Environment

idempotent
microsoft-azure-delete-kubernetes-environment

Microsoft Azure Delete A Kubernetes Environment

idempotent
microsoft-azure-creates-updates-kubernetes-2

Microsoft Azure Creates Or Updates A Kubernetes Environment

idempotent

Capability Spec

kubeenvironments-api-client-kubeenvironments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure KubeEnvironments API Client — KubeEnvironments
  description: 'Microsoft Azure KubeEnvironments API Client — KubeEnvironments. 6 operations. Lead operation: Microsoft Azure
    Get All Kubernetes Environments For A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - KubeEnvironments
  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: kubeenvironments-api-client-kubeenvironments
    baseUri: https://management.azure.com
    description: Microsoft Azure KubeEnvironments API Client — KubeEnvironments business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-kubeEnvironments
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
      operations:
      - name: microsoftazurekubeenvironmentslistbysubscription
        method: GET
        description: Microsoft Azure Get All Kubernetes Environments For A Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments
      operations:
      - name: microsoftazurekubeenvironmentslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get All The Kubernetes Environments In A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments/{name}
      operations:
      - name: microsoftazurekubeenvironmentsget
        method: GET
        description: Microsoft Azure Get The Properties Of A Kubernetes Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the Kubernetes Environment.
          required: true
      - name: microsoftazurekubeenvironmentscreateorupdate
        method: PUT
        description: Microsoft Azure Creates Or Updates A Kubernetes Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the Kubernetes Environment.
          required: true
        - name: kubeEnvironmentEnvelope
          in: body
          type: string
          description: Configuration details of the Kubernetes Environment.
          required: true
      - name: microsoftazurekubeenvironmentsdelete
        method: DELETE
        description: Microsoft Azure Delete A Kubernetes Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the Kubernetes Environment.
          required: true
      - name: microsoftazurekubeenvironmentsupdate
        method: PATCH
        description: Microsoft Azure Creates Or Updates A Kubernetes Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the Kubernetes Environment.
          required: true
        - name: kubeEnvironmentEnvelope
          in: body
          type: string
          description: Configuration details of the Kubernetes Environment.
          required: true
  exposes:
  - type: rest
    namespace: kubeenvironments-api-client-kubeenvironments-rest
    port: 8080
    description: REST adapter for Microsoft Azure KubeEnvironments API Client — KubeEnvironments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/kubeenvironments
      name: subscriptions-subscriptionid-providers-microsoft-web-kubeenvironments
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-kubeEnvironments.
      operations:
      - method: GET
        name: microsoftazurekubeenvironmentslistbysubscription
        description: Microsoft Azure Get All Kubernetes Environments For A Subscription
        call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/kubeenvironments
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurekubeenvironmentslistbyresourcegroup
        description: Microsoft Azure Get All The Kubernetes Environments In A Resource Group
        call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/kubeenvironments/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurekubeenvironmentsget
        description: Microsoft Azure Get The Properties Of A Kubernetes Environment
        call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentsget
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurekubeenvironmentscreateorupdate
        description: Microsoft Azure Creates Or Updates A Kubernetes Environment
        call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentscreateorupdate
        with:
          name: rest.name
          kubeEnvironmentEnvelope: rest.kubeEnvironmentEnvelope
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurekubeenvironmentsdelete
        description: Microsoft Azure Delete A Kubernetes Environment
        call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentsdelete
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurekubeenvironmentsupdate
        description: Microsoft Azure Creates Or Updates A Kubernetes Environment
        call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentsupdate
        with:
          name: rest.name
          kubeEnvironmentEnvelope: rest.kubeEnvironmentEnvelope
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: kubeenvironments-api-client-kubeenvironments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure KubeEnvironments API Client — KubeEnvironments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-all-kubernetes
      description: Microsoft Azure Get All Kubernetes Environments For A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-all-kubernetes-2
      description: Microsoft Azure Get All The Kubernetes Environments In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-properties-kubernetes
      description: Microsoft Azure Get The Properties Of A Kubernetes Environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentsget
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-kubernetes
      description: Microsoft Azure Creates Or Updates A Kubernetes Environment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentscreateorupdate
      with:
        name: tools.name
        kubeEnvironmentEnvelope: tools.kubeEnvironmentEnvelope
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-kubernetes-environment
      description: Microsoft Azure Delete A Kubernetes Environment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentsdelete
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-kubernetes-2
      description: Microsoft Azure Creates Or Updates A Kubernetes Environment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: kubeenvironments-api-client-kubeenvironments.microsoftazurekubeenvironmentsupdate
      with:
        name: tools.name
        kubeEnvironmentEnvelope: tools.kubeEnvironmentEnvelope
      outputParameters:
      - type: object
        mapping: $.