Rancher · Capability

Rancher Management API — Nodes

Rancher Management API — Nodes. 1 operations. Lead operation: List nodes. Self-contained Naftiko capability covering one Rancher business surface.

Run with Naftiko RancherNodes

What You Can Do

GET
Listnodes — List nodes
/v1/nodes

MCP Tools

list-nodes

List nodes

read-only idempotent

Capability Spec

management-nodes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Rancher Management API — Nodes
  description: 'Rancher Management API — Nodes. 1 operations. Lead operation: List nodes. Self-contained Naftiko capability
    covering one Rancher business surface.'
  tags:
  - Rancher
  - Nodes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RANCHER_API_KEY: RANCHER_API_KEY
capability:
  consumes:
  - type: http
    namespace: management-nodes
    baseUri: https://{rancher_host}/v3
    description: Rancher Management API — Nodes business capability. Self-contained, no shared references.
    resources:
    - name: nodes
      path: /nodes
      operations:
      - name: listnodes
        method: GET
        description: List nodes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.RANCHER_API_KEY}}'
  exposes:
  - type: rest
    namespace: management-nodes-rest
    port: 8080
    description: REST adapter for Rancher Management API — Nodes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/nodes
      name: nodes
      description: REST surface for nodes.
      operations:
      - method: GET
        name: listnodes
        description: List nodes
        call: management-nodes.listnodes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-nodes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Rancher Management API — Nodes. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-nodes
      description: List nodes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-nodes.listnodes
      outputParameters:
      - type: object
        mapping: $.