Roku · Capability

Roku Nabu Cloud — healthz

Roku Nabu Cloud — healthz. 2 operations. Lead operation: Roku Healthz. Self-contained Naftiko capability covering one Roku business surface.

Run with Naftiko Rokuhealthz

What You Can Do

GET
Healthzhealthz — Roku Healthz
/v1/api/v1//livez
GET
Healthzreadyz — Roku Readyz
/v1/api/v1//readyz

MCP Tools

roku-healthz

Roku Healthz

read-only idempotent
roku-readyz

Roku Readyz

read-only idempotent

Capability Spec

nabu-cloud-healthz.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Roku Nabu Cloud — healthz
  description: 'Roku Nabu Cloud — healthz. 2 operations. Lead operation: Roku Healthz. Self-contained Naftiko capability covering
    one Roku business surface.'
  tags:
  - Roku
  - healthz
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ROKU_API_KEY: ROKU_API_KEY
capability:
  consumes:
  - type: http
    namespace: nabu-cloud-healthz
    baseUri: https://api.cloud.roku.dev
    description: Roku Nabu Cloud — healthz business capability. Self-contained, no shared references.
    resources:
    - name: api-v1---livez
      path: /api/v1/-/livez
      operations:
      - name: healthzhealthz
        method: GET
        description: Roku Healthz
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v1---readyz
      path: /api/v1/-/readyz
      operations:
      - name: healthzreadyz
        method: GET
        description: Roku Readyz
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: nabu-cloud-healthz-rest
    port: 8080
    description: REST adapter for Roku Nabu Cloud — healthz. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v1//livez
      name: api-v1-livez
      description: REST surface for api-v1---livez.
      operations:
      - method: GET
        name: healthzhealthz
        description: Roku Healthz
        call: nabu-cloud-healthz.healthzhealthz
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1//readyz
      name: api-v1-readyz
      description: REST surface for api-v1---readyz.
      operations:
      - method: GET
        name: healthzreadyz
        description: Roku Readyz
        call: nabu-cloud-healthz.healthzreadyz
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nabu-cloud-healthz-mcp
    port: 9090
    transport: http
    description: MCP adapter for Roku Nabu Cloud — healthz. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: roku-healthz
      description: Roku Healthz
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nabu-cloud-healthz.healthzhealthz
      outputParameters:
      - type: object
        mapping: $.
    - name: roku-readyz
      description: Roku Readyz
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nabu-cloud-healthz.healthzreadyz
      outputParameters:
      - type: object
        mapping: $.