Azure Networking · Capability

Azure Networking Azure Load Balancer API — Load Balancers

Azure Networking Azure Load Balancer API — Load Balancers. 5 operations. Lead operation: Azure Networking List all load balancers. Self-contained Naftiko capability covering one Microsoft Azure Networking business surface.

Run with Naftiko Microsoft Azure NetworkingLoad Balancers

What You Can Do

GET
Loadbalancerslistall — Azure Networking List all load balancers
/v1/subscriptions/{subscriptionid}/providers/microsoft-network/loadbalancers
GET
Loadbalancerslist — Azure Networking List load balancers
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers
GET
Loadbalancersget — Azure Networking Get load balancer
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers/{loadbalancername}
PUT
Loadbalancerscreateorupdate — Azure Networking Create or update load balancer
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers/{loadbalancername}
DELETE
Loadbalancersdelete — Azure Networking Delete load balancer
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/loadbalancers/{loadbalancername}

MCP Tools

azure-networking-list-all-load

Azure Networking List all load balancers

read-only idempotent
azure-networking-list-load-balancers

Azure Networking List load balancers

read-only idempotent
azure-networking-get-load-balancer

Azure Networking Get load balancer

read-only idempotent
azure-networking-create-update-load

Azure Networking Create or update load balancer

idempotent
azure-networking-delete-load-balancer

Azure Networking Delete load balancer

idempotent

Capability Spec

azure-networking-load-balancer-load-balancers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Networking Azure Load Balancer API — Load Balancers
  description: 'Azure Networking Azure Load Balancer API — Load Balancers. 5 operations. Lead operation: Azure Networking
    List all load balancers. Self-contained Naftiko capability covering one Microsoft Azure Networking business surface.'
  tags:
  - Microsoft Azure Networking
  - Load Balancers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_NETWORKING_API_KEY: MICROSOFT_AZURE_NETWORKING_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-networking-load-balancer-load-balancers
    baseUri: https://management.azure.com
    description: Azure Networking Azure Load Balancer API — Load Balancers business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Network-loadBalancers
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/loadBalancers
      operations:
      - name: loadbalancerslistall
        method: GET
        description: Azure Networking List all load balancers
        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: loadbalancerslist
        method: GET
        description: Azure Networking List load balancers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}
      operations:
      - name: loadbalancersget
        method: GET
        description: Azure Networking Get load balancer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: loadbalancerscreateorupdate
        method: PUT
        description: Azure Networking Create or update load balancer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: loadbalancersdelete
        method: DELETE
        description: Azure Networking Delete load balancer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_NETWORKING_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-networking-load-balancer-load-balancers-rest
    port: 8080
    description: REST adapter for Azure Networking Azure Load Balancer API — Load Balancers. 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: loadbalancerslistall
        description: Azure Networking List all load balancers
        call: azure-networking-load-balancer-load-balancers.loadbalancerslistall
        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: loadbalancerslist
        description: Azure Networking List load balancers
        call: azure-networking-load-balancer-load-balancers.loadbalancerslist
        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: GET
        name: loadbalancersget
        description: Azure Networking Get load balancer
        call: azure-networking-load-balancer-load-balancers.loadbalancersget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: loadbalancerscreateorupdate
        description: Azure Networking Create or update load balancer
        call: azure-networking-load-balancer-load-balancers.loadbalancerscreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: loadbalancersdelete
        description: Azure Networking Delete load balancer
        call: azure-networking-load-balancer-load-balancers.loadbalancersdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-networking-load-balancer-load-balancers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Networking Azure Load Balancer API — Load Balancers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: azure-networking-list-all-load
      description: Azure Networking List all load balancers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-networking-load-balancer-load-balancers.loadbalancerslistall
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-list-load-balancers
      description: Azure Networking List load balancers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-networking-load-balancer-load-balancers.loadbalancerslist
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-get-load-balancer
      description: Azure Networking Get load balancer
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-networking-load-balancer-load-balancers.loadbalancersget
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-create-update-load
      description: Azure Networking Create or update load balancer
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-networking-load-balancer-load-balancers.loadbalancerscreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-delete-load-balancer
      description: Azure Networking Delete load balancer
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-networking-load-balancer-load-balancers.loadbalancersdelete
      outputParameters:
      - type: object
        mapping: $.