Restate · Capability

Admin API — cluster_health

Admin API — cluster_health. 1 operations. Lead operation: Cluster Health. Self-contained Naftiko capability covering one Restate business surface.

Run with Naftiko Restatecluster_health

What You Can Do

GET
Clusterhealth — Cluster Health
/v1/cluster-health

MCP Tools

cluster-health

Cluster Health

read-only idempotent

Capability Spec

admin-cluster-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Admin API — cluster_health
  description: 'Admin API — cluster_health. 1 operations. Lead operation: Cluster Health. Self-contained Naftiko capability
    covering one Restate business surface.'
  tags:
  - Restate
  - cluster_health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RESTATE_API_KEY: RESTATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-cluster-health
    baseUri: ''
    description: Admin API — cluster_health business capability. Self-contained, no shared references.
    resources:
    - name: cluster-health
      path: /cluster-health
      operations:
      - name: clusterhealth
        method: GET
        description: Cluster Health
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: admin-cluster-health-rest
    port: 8080
    description: REST adapter for Admin API — cluster_health. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/cluster-health
      name: cluster-health
      description: REST surface for cluster-health.
      operations:
      - method: GET
        name: clusterhealth
        description: Cluster Health
        call: admin-cluster-health.clusterhealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-cluster-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Admin API — cluster_health. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: cluster-health
      description: Cluster Health
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-cluster-health.clusterhealth
      outputParameters:
      - type: object
        mapping: $.