Super Micro Computer · Capability

Supermicro Redfish API — Service Root

Supermicro Redfish API — Service Root. 1 operations. Lead operation: Get Service Root. Self-contained Naftiko capability covering one Super Micro Computer business surface.

Run with Naftiko Super Micro ComputerService Root

What You Can Do

GET
Getserviceroot — Get Service Root
/v1

MCP Tools

get-service-root

Get Service Root

read-only idempotent

Capability Spec

supermicro-redfish-service-root.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Supermicro Redfish API — Service Root
  description: 'Supermicro Redfish API — Service Root. 1 operations. Lead operation: Get Service Root. Self-contained Naftiko
    capability covering one Super Micro Computer business surface.'
  tags:
  - Super Micro Computer
  - Service Root
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SUPER_MICRO_COMPUTER_API_KEY: SUPER_MICRO_COMPUTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: supermicro-redfish-service-root
    baseUri: https://{bmc-ip}/redfish/v1
    description: Supermicro Redfish API — Service Root business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: getserviceroot
        method: GET
        description: Get Service Root
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.SUPER_MICRO_COMPUTER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: supermicro-redfish-service-root-rest
    port: 8080
    description: REST adapter for Supermicro Redfish API — Service Root. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: getserviceroot
        description: Get Service Root
        call: supermicro-redfish-service-root.getserviceroot
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: supermicro-redfish-service-root-mcp
    port: 9090
    transport: http
    description: MCP adapter for Supermicro Redfish API — Service Root. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-service-root
      description: Get Service Root
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supermicro-redfish-service-root.getserviceroot
      outputParameters:
      - type: object
        mapping: $.