Kuma · Capability

Kuma API — MeshLoadBalancingStrategy

Kuma API — MeshLoadBalancingStrategy. 4 operations. Lead operation: Returns a list of MeshLoadBalancingStrategy in the mesh.. Self-contained Naftiko capability covering one Kuma business surface.

Run with Naftiko KumaMeshLoadBalancingStrategy

What You Can Do

GET
Getmeshloadbalancingstrategylist — Returns a list of MeshLoadBalancingStrategy in the mesh.
/v1/meshes/{mesh}/meshloadbalancingstrategies
GET
Getmeshloadbalancingstrategy — Returns MeshLoadBalancingStrategy entity
/v1/meshes/{mesh}/meshloadbalancingstrategies/{name}
PUT
Putmeshloadbalancingstrategy — Creates or Updates MeshLoadBalancingStrategy entity
/v1/meshes/{mesh}/meshloadbalancingstrategies/{name}
DELETE
Deletemeshloadbalancingstrategy — Deletes MeshLoadBalancingStrategy entity
/v1/meshes/{mesh}/meshloadbalancingstrategies/{name}

MCP Tools

returns-list-meshloadbalancingstrategy-mesh

Returns a list of MeshLoadBalancingStrategy in the mesh.

read-only idempotent
returns-meshloadbalancingstrategy-entity

Returns MeshLoadBalancingStrategy entity

read-only idempotent
creates-updates-meshloadbalancingstrategy-entity

Creates or Updates MeshLoadBalancingStrategy entity

idempotent
deletes-meshloadbalancingstrategy-entity

Deletes MeshLoadBalancingStrategy entity

idempotent

Capability Spec

kuma-meshloadbalancingstrategy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Kuma API — MeshLoadBalancingStrategy
  description: 'Kuma API — MeshLoadBalancingStrategy. 4 operations. Lead operation: Returns a list of MeshLoadBalancingStrategy
    in the mesh.. Self-contained Naftiko capability covering one Kuma business surface.'
  tags:
  - Kuma
  - MeshLoadBalancingStrategy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KUMA_API_KEY: KUMA_API_KEY
capability:
  consumes:
  - type: http
    namespace: kuma-meshloadbalancingstrategy
    baseUri: ''
    description: Kuma API — MeshLoadBalancingStrategy business capability. Self-contained, no shared references.
    resources:
    - name: meshes-mesh-meshloadbalancingstrategies
      path: /meshes/{mesh}/meshloadbalancingstrategies
      operations:
      - name: getmeshloadbalancingstrategylist
        method: GET
        description: Returns a list of MeshLoadBalancingStrategy in the mesh.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: offset
          in: query
          type: integer
          description: offset in the list of entities
        - name: size
          in: query
          type: integer
          description: the number of items per page
        - name: filter
          in: query
          type: object
          description: filter by labels when multiple filters are present, they are ANDed
        - name: mesh
          in: path
          type: string
          description: name of the mesh
          required: true
    - name: meshes-mesh-meshloadbalancingstrategies-name
      path: /meshes/{mesh}/meshloadbalancingstrategies/{name}
      operations:
      - name: getmeshloadbalancingstrategy
        method: GET
        description: Returns MeshLoadBalancingStrategy entity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mesh
          in: path
          type: string
          description: name of the mesh
          required: true
        - name: name
          in: path
          type: string
          description: name of the MeshLoadBalancingStrategy
          required: true
      - name: putmeshloadbalancingstrategy
        method: PUT
        description: Creates or Updates MeshLoadBalancingStrategy entity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mesh
          in: path
          type: string
          description: name of the mesh
          required: true
        - name: name
          in: path
          type: string
          description: name of the MeshLoadBalancingStrategy
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletemeshloadbalancingstrategy
        method: DELETE
        description: Deletes MeshLoadBalancingStrategy entity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mesh
          in: path
          type: string
          description: name of the mesh
          required: true
        - name: name
          in: path
          type: string
          description: name of the MeshLoadBalancingStrategy
          required: true
    authentication:
      type: bearer
      token: '{{env.KUMA_API_KEY}}'
  exposes:
  - type: rest
    namespace: kuma-meshloadbalancingstrategy-rest
    port: 8080
    description: REST adapter for Kuma API — MeshLoadBalancingStrategy. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/meshes/{mesh}/meshloadbalancingstrategies
      name: meshes-mesh-meshloadbalancingstrategies
      description: REST surface for meshes-mesh-meshloadbalancingstrategies.
      operations:
      - method: GET
        name: getmeshloadbalancingstrategylist
        description: Returns a list of MeshLoadBalancingStrategy in the mesh.
        call: kuma-meshloadbalancingstrategy.getmeshloadbalancingstrategylist
        with:
          offset: rest.offset
          size: rest.size
          filter: rest.filter
          mesh: rest.mesh
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/meshes/{mesh}/meshloadbalancingstrategies/{name}
      name: meshes-mesh-meshloadbalancingstrategies-name
      description: REST surface for meshes-mesh-meshloadbalancingstrategies-name.
      operations:
      - method: GET
        name: getmeshloadbalancingstrategy
        description: Returns MeshLoadBalancingStrategy entity
        call: kuma-meshloadbalancingstrategy.getmeshloadbalancingstrategy
        with:
          mesh: rest.mesh
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putmeshloadbalancingstrategy
        description: Creates or Updates MeshLoadBalancingStrategy entity
        call: kuma-meshloadbalancingstrategy.putmeshloadbalancingstrategy
        with:
          mesh: rest.mesh
          name: rest.name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletemeshloadbalancingstrategy
        description: Deletes MeshLoadBalancingStrategy entity
        call: kuma-meshloadbalancingstrategy.deletemeshloadbalancingstrategy
        with:
          mesh: rest.mesh
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: kuma-meshloadbalancingstrategy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Kuma API — MeshLoadBalancingStrategy. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: returns-list-meshloadbalancingstrategy-mesh
      description: Returns a list of MeshLoadBalancingStrategy in the mesh.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kuma-meshloadbalancingstrategy.getmeshloadbalancingstrategylist
      with:
        offset: tools.offset
        size: tools.size
        filter: tools.filter
        mesh: tools.mesh
      outputParameters:
      - type: object
        mapping: $.
    - name: returns-meshloadbalancingstrategy-entity
      description: Returns MeshLoadBalancingStrategy entity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kuma-meshloadbalancingstrategy.getmeshloadbalancingstrategy
      with:
        mesh: tools.mesh
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: creates-updates-meshloadbalancingstrategy-entity
      description: Creates or Updates MeshLoadBalancingStrategy entity
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: kuma-meshloadbalancingstrategy.putmeshloadbalancingstrategy
      with:
        mesh: tools.mesh
        name: tools.name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-meshloadbalancingstrategy-entity
      description: Deletes MeshLoadBalancingStrategy entity
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: kuma-meshloadbalancingstrategy.deletemeshloadbalancingstrategy
      with:
        mesh: tools.mesh
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.