Solo.io · Capability

Solo.io Gloo Gateway Management API — Health

Solo.io Gloo Gateway Management API — Health. 1 operations. Lead operation: Solo.io Health check. Self-contained Naftiko capability covering one Solo Io business surface.

Run with Naftiko Solo IoHealth

What You Can Do

GET
Healthcheck — Solo.io Health check
/v1/check

MCP Tools

solo-io-health-check

Solo.io Health check

read-only idempotent

Capability Spec

gloo-gateway-management-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Solo.io Gloo Gateway Management API — Health
  description: 'Solo.io Gloo Gateway Management API — Health. 1 operations. Lead operation: Solo.io Health check. Self-contained
    Naftiko capability covering one Solo Io business surface.'
  tags:
  - Solo Io
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SOLO_IO_API_KEY: SOLO_IO_API_KEY
capability:
  consumes:
  - type: http
    namespace: gloo-gateway-management-health
    baseUri: https://{gatewayHost}/api/v1
    description: Solo.io Gloo Gateway Management API — Health business capability. Self-contained, no shared references.
    resources:
    - name: check
      path: /check
      operations:
      - name: healthcheck
        method: GET
        description: Solo.io Health check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: gloo-gateway-management-health-rest
    port: 8080
    description: REST adapter for Solo.io Gloo Gateway Management API — Health. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/check
      name: check
      description: REST surface for check.
      operations:
      - method: GET
        name: healthcheck
        description: Solo.io Health check
        call: gloo-gateway-management-health.healthcheck
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gloo-gateway-management-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Solo.io Gloo Gateway Management API — Health. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: solo-io-health-check
      description: Solo.io Health check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gloo-gateway-management-health.healthcheck
      outputParameters:
      - type: object
        mapping: $.