Microsoft Azure · Capability

Microsoft Azure ConnectedKubernetesClient — Subscriptions

Microsoft Azure ConnectedKubernetesClient — Subscriptions. 7 operations. Lead operation: Microsoft Azure Lists All Connected Clusters. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubscriptions

What You Can Do

GET
Microsoftazureconnectedclusterlistbysubscription — Microsoft Azure Lists All Connected Clusters
/v1/subscriptions/{subscriptionid}/providers/microsoft-kubernetes/connectedclusters
GET
Microsoftazureconnectedclusterlistbyresourcegroup — Microsoft Azure Lists All Connected Clusters
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters
PUT
Microsoftazureconnectedclustercreate — Microsoft Azure Register A New Kubernetes Cluster With Azure Resource Manager
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters/{clustername}
PATCH
Microsoftazureconnectedclusterupdate — Microsoft Azure Updates A Connected Cluster
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters/{clustername}
GET
Microsoftazureconnectedclusterget — Microsoft Azure Get The Properties Of The Specified Connected Cluster
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters/{clustername}
DELETE
Microsoftazureconnectedclusterdelete — Microsoft Azure Delete A Connected Cluster
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters/{clustername}
POST
Microsoftazureconnectedclusterlistclusterusercredential — Microsoft Azure Gets Cluster User Credentials Of A Connected Cluster
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters/{clustername}/listclusterusercredential

MCP Tools

microsoft-azure-lists-all-connected

Microsoft Azure Lists All Connected Clusters

read-only idempotent
microsoft-azure-lists-all-connected-2

Microsoft Azure Lists All Connected Clusters

read-only idempotent
microsoft-azure-register-new-kubernetes

Microsoft Azure Register A New Kubernetes Cluster With Azure Resource Manager

idempotent
microsoft-azure-updates-connected-cluster

Microsoft Azure Updates A Connected Cluster

idempotent
microsoft-azure-get-properties-specified

Microsoft Azure Get The Properties Of The Specified Connected Cluster

read-only idempotent
microsoft-azure-delete-connected-cluster

Microsoft Azure Delete A Connected Cluster

idempotent
microsoft-azure-gets-cluster-user

Microsoft Azure Gets Cluster User Credentials Of A Connected Cluster

Capability Spec

connectedkubernetesclient-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ConnectedKubernetesClient — Subscriptions
  description: 'Microsoft Azure ConnectedKubernetesClient — Subscriptions. 7 operations. Lead operation: Microsoft Azure Lists
    All Connected Clusters. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Subscriptions
  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: connectedkubernetesclient-subscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure ConnectedKubernetesClient — Subscriptions business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Kubernetes-connectedClusters
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Kubernetes/connectedClusters
      operations:
      - name: microsoftazureconnectedclusterlistbysubscription
        method: GET
        description: Microsoft Azure Lists All Connected Clusters
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Kubernetes/connectedClusters
      operations:
      - name: microsoftazureconnectedclusterlistbyresourcegroup
        method: GET
        description: Microsoft Azure Lists All Connected Clusters
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Kubernetes/connectedClusters/{clusterName}
      operations:
      - name: microsoftazureconnectedclustercreate
        method: PUT
        description: Microsoft Azure Register A New Kubernetes Cluster With Azure Resource Manager
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConnectedCluster
          in: body
          type: string
          description: Parameters supplied to Create a Connected Cluster.
          required: true
      - name: microsoftazureconnectedclusterupdate
        method: PATCH
        description: Microsoft Azure Updates A Connected Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConnectedClusterPatch
          in: body
          type: string
          description: Parameters supplied to update Connected Cluster.
          required: true
      - name: microsoftazureconnectedclusterget
        method: GET
        description: Microsoft Azure Get The Properties Of The Specified Connected Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureconnectedclusterdelete
        method: DELETE
        description: Microsoft Azure Delete A Connected Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Kubernetes/connectedClusters/{clusterName}/listClusterUserCredential
      operations:
      - name: microsoftazureconnectedclusterlistclusterusercredential
        method: POST
        description: Microsoft Azure Gets Cluster User Credentials Of A Connected Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Properties
          in: body
          type: string
          description: ListClusterUserCredential properties
          required: true
  exposes:
  - type: rest
    namespace: connectedkubernetesclient-subscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure ConnectedKubernetesClient — Subscriptions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-kubernetes/connectedclusters
      name: subscriptions-subscriptionid-providers-microsoft-kubernetes-connectedclusters
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Kubernetes-connectedClusters.
      operations:
      - method: GET
        name: microsoftazureconnectedclusterlistbysubscription
        description: Microsoft Azure Lists All Connected Clusters
        call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterlistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureconnectedclusterlistbyresourcegroup
        description: Microsoft Azure Lists All Connected Clusters
        call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterlistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters/{clustername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazureconnectedclustercreate
        description: Microsoft Azure Register A New Kubernetes Cluster With Azure Resource Manager
        call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclustercreate
        with:
          ConnectedCluster: rest.ConnectedCluster
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureconnectedclusterupdate
        description: Microsoft Azure Updates A Connected Cluster
        call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterupdate
        with:
          ConnectedClusterPatch: rest.ConnectedClusterPatch
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureconnectedclusterget
        description: Microsoft Azure Get The Properties Of The Specified Connected Cluster
        call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureconnectedclusterdelete
        description: Microsoft Azure Delete A Connected Cluster
        call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-kubernetes/connectedclusters/{clustername}/listclusterusercredential
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureconnectedclusterlistclusterusercredential
        description: Microsoft Azure Gets Cluster User Credentials Of A Connected Cluster
        call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterlistclusterusercredential
        with:
          Properties: rest.Properties
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connectedkubernetesclient-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ConnectedKubernetesClient — Subscriptions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-connected
      description: Microsoft Azure Lists All Connected Clusters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterlistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-lists-all-connected-2
      description: Microsoft Azure Lists All Connected Clusters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterlistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-register-new-kubernetes
      description: Microsoft Azure Register A New Kubernetes Cluster With Azure Resource Manager
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclustercreate
      with:
        ConnectedCluster: tools.ConnectedCluster
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-connected-cluster
      description: Microsoft Azure Updates A Connected Cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterupdate
      with:
        ConnectedClusterPatch: tools.ConnectedClusterPatch
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-properties-specified
      description: Microsoft Azure Get The Properties Of The Specified Connected Cluster
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-connected-cluster
      description: Microsoft Azure Delete A Connected Cluster
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-cluster-user
      description: Microsoft Azure Gets Cluster User Credentials Of A Connected Cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: connectedkubernetesclient-subscriptions.microsoftazureconnectedclusterlistclusterusercredential
      with:
        Properties: tools.Properties
      outputParameters:
      - type: object
        mapping: $.