Microsoft Azure · Capability

Microsoft Azure Microsoft.KubernetesRuntime — LoadBalancers

Microsoft Azure Microsoft.KubernetesRuntime — LoadBalancers. 4 operations. Lead operation: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureLoadBalancers

What You Can Do

GET
Microsoftazureloadbalancerslist — Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers
/v1/{resourceuri}/providers/microsoft-kubernetesruntime/loadbalancers
GET
Microsoftazureloadbalancersget — Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
/v1/{resourceuri}/providers/microsoft-kubernetesruntime/loadbalancers/{loadbalancername}
PUT
Microsoftazureloadbalancerscreateorupdate — Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
/v1/{resourceuri}/providers/microsoft-kubernetesruntime/loadbalancers/{loadbalancername}
DELETE
Microsoftazureloadbalancersdelete — Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
/v1/{resourceuri}/providers/microsoft-kubernetesruntime/loadbalancers/{loadbalancername}

MCP Tools

microsoft-azure-get-resourceuri-providers

Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers

read-only idempotent
microsoft-azure-get-resourceuri-providers-2

Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername

read-only idempotent
microsoft-azure-put-resourceuri-providers

Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername

idempotent
microsoft-azure-delete-resourceuri-providers

Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername

idempotent

Capability Spec

microsoftkubernetesruntime-loadbalancers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.KubernetesRuntime — LoadBalancers
  description: 'Microsoft Azure Microsoft.KubernetesRuntime — LoadBalancers. 4 operations. Lead operation: Microsoft Azure
    Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - LoadBalancers
  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: microsoftkubernetesruntime-loadbalancers
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.KubernetesRuntime — LoadBalancers business capability. Self-contained, no shared
      references.
    resources:
    - name: resourceUri-providers-Microsoft.KubernetesRuntime-loadBalancers
      path: /{resourceUri}/providers/Microsoft.KubernetesRuntime/loadBalancers
      operations:
      - name: microsoftazureloadbalancerslist
        method: GET
        description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: resourceUri-providers-Microsoft.KubernetesRuntime-loadBalancers-loadBalancerName
      path: /{resourceUri}/providers/Microsoft.KubernetesRuntime/loadBalancers/{loadBalancerName}
      operations:
      - name: microsoftazureloadbalancersget
        method: GET
        description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: loadBalancerName
          in: path
          type: string
          description: The name of the LoadBalancer
          required: true
      - name: microsoftazureloadbalancerscreateorupdate
        method: PUT
        description: Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: loadBalancerName
          in: path
          type: string
          description: The name of the LoadBalancer
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazureloadbalancersdelete
        method: DELETE
        description: Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: loadBalancerName
          in: path
          type: string
          description: The name of the LoadBalancer
          required: true
  exposes:
  - type: rest
    namespace: microsoftkubernetesruntime-loadbalancers-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.KubernetesRuntime — LoadBalancers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{resourceuri}/providers/microsoft-kubernetesruntime/loadbalancers
      name: resourceuri-providers-microsoft-kubernetesruntime-loadbalancers
      description: REST surface for resourceUri-providers-Microsoft.KubernetesRuntime-loadBalancers.
      operations:
      - method: GET
        name: microsoftazureloadbalancerslist
        description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers
        call: microsoftkubernetesruntime-loadbalancers.microsoftazureloadbalancerslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{resourceuri}/providers/microsoft-kubernetesruntime/loadbalancers/{loadbalancername}
      name: resourceuri-providers-microsoft-kubernetesruntime-loadbalancers-loadbalancername
      description: REST surface for resourceUri-providers-Microsoft.KubernetesRuntime-loadBalancers-loadBalancerName.
      operations:
      - method: GET
        name: microsoftazureloadbalancersget
        description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
        call: microsoftkubernetesruntime-loadbalancers.microsoftazureloadbalancersget
        with:
          loadBalancerName: rest.loadBalancerName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureloadbalancerscreateorupdate
        description: Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
        call: microsoftkubernetesruntime-loadbalancers.microsoftazureloadbalancerscreateorupdate
        with:
          loadBalancerName: rest.loadBalancerName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureloadbalancersdelete
        description: Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
        call: microsoftkubernetesruntime-loadbalancers.microsoftazureloadbalancersdelete
        with:
          loadBalancerName: rest.loadBalancerName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftkubernetesruntime-loadbalancers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.KubernetesRuntime — LoadBalancers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-resourceuri-providers
      description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftkubernetesruntime-loadbalancers.microsoftazureloadbalancerslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-resourceuri-providers-2
      description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftkubernetesruntime-loadbalancers.microsoftazureloadbalancersget
      with:
        loadBalancerName: tools.loadBalancerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-resourceuri-providers
      description: Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftkubernetesruntime-loadbalancers.microsoftazureloadbalancerscreateorupdate
      with:
        loadBalancerName: tools.loadBalancerName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-resourceuri-providers
      description: Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Loadbalancers Loadbalancername
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftkubernetesruntime-loadbalancers.microsoftazureloadbalancersdelete
      with:
        loadBalancerName: tools.loadBalancerName
      outputParameters:
      - type: object
        mapping: $.