Chef · Capability

Chef Automate API — Nodes

Chef Automate API — Nodes. 1 operations. Lead operation: List configuration management nodes. Self-contained Naftiko capability covering one Chef business surface.

Run with Naftiko ChefNodes

What You Can Do

GET
Listmanagednodes — List configuration management nodes
/v1/cfgmgmt/nodes

MCP Tools

list-configuration-management-nodes

List configuration management nodes

read-only idempotent

Capability Spec

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