Microsoft Azure · Capability

Microsoft Azure NetworkResourceProviderClient — LoadBalancers

Microsoft Azure NetworkResourceProviderClient — LoadBalancers. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Loadbalancers. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureLoadBalancers

What You Can Do

GET
Microsoftazureloadbalancerslistall — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Loadbalancers
/v1/subscriptions/{subscriptionid}/providers/microsoft-network/loadbalancers
GET
Microsoftazureloadbalancerslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Loadbalancers
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers
DELETE
Microsoftazureloadbalancersdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Loadbalancers Loadbalancername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers/{loadbalancername}
GET
Microsoftazureloadbalancersget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Loadbalancers Loadbalancername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers/{loadbalancername}
PUT
Microsoftazureloadbalancerscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Loadbalancers Loadbalancername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers/{loadbalancername}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Loadbalancers

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Loadbalancers

read-only idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Loadbalancers Loadbalancername

idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Loadbalancers Loadbalancername

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Loadbalancers Loadbalancername

idempotent

Capability Spec

networkresourceproviderclient-loadbalancers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure NetworkResourceProviderClient — LoadBalancers
  description: 'Microsoft Azure NetworkResourceProviderClient — LoadBalancers. 5 operations. Lead operation: Microsoft Azure
    Get Subscriptions Subscriptionid Providers Microsoft Network 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: networkresourceproviderclient-loadbalancers
    baseUri: https://management.azure.com
    description: Microsoft Azure NetworkResourceProviderClient — LoadBalancers business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Network-loadBalancers
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/loadBalancers
      operations:
      - name: microsoftazureloadbalancerslistall
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Loadbalancers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers
      operations:
      - name: microsoftazureloadbalancerslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Loadbalancers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}
      operations:
      - name: microsoftazureloadbalancersdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Loadbalancers Loadbalancername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: loadBalancerName
          in: path
          type: string
          description: The name of the loadBalancer.
          required: true
      - name: microsoftazureloadbalancersget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Loadbalancers Loadbalancername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: loadBalancerName
          in: path
          type: string
          description: The name of the loadBalancer.
          required: true
      - name: microsoftazureloadbalancerscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Loadbalancers Loadbalancername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: loadBalancerName
          in: path
          type: string
          description: The name of the loadBalancer.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the create/delete LoadBalancer operation
          required: true
  exposes:
  - type: rest
    namespace: networkresourceproviderclient-loadbalancers-rest
    port: 8080
    description: REST adapter for Microsoft Azure NetworkResourceProviderClient — LoadBalancers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-network/loadbalancers
      name: subscriptions-subscriptionid-providers-microsoft-network-loadbalancers
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Network-loadBalancers.
      operations:
      - method: GET
        name: microsoftazureloadbalancerslistall
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Loadbalancers
        call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancerslistall
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureloadbalancerslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Loadbalancers
        call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancerslist
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers/{loadbalancername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: microsoftazureloadbalancersdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Loadbalancers Loadbalancername
        call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancersdelete
        with:
          resourceGroupName: rest.resourceGroupName
          loadBalancerName: rest.loadBalancerName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureloadbalancersget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Loadbalancers Loadbalancername
        call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancersget
        with:
          resourceGroupName: rest.resourceGroupName
          loadBalancerName: rest.loadBalancerName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureloadbalancerscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Loadbalancers Loadbalancername
        call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancerscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          loadBalancerName: rest.loadBalancerName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: networkresourceproviderclient-loadbalancers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure NetworkResourceProviderClient — LoadBalancers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Loadbalancers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancerslistall
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Loadbalancers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancerslist
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Loadbalancers Loadbalancername
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancersdelete
      with:
        resourceGroupName: tools.resourceGroupName
        loadBalancerName: tools.loadBalancerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Loadbalancers Loadbalancername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancersget
      with:
        resourceGroupName: tools.resourceGroupName
        loadBalancerName: tools.loadBalancerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Loadbalancers Loadbalancername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-loadbalancers.microsoftazureloadbalancerscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        loadBalancerName: tools.loadBalancerName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.