Falco · Capability

Falco HTTP API — Health

Falco HTTP API — Health. 1 operations. Lead operation: Falco Health check. Self-contained Naftiko capability covering one Falco business surface.

Run with Naftiko FalcoHealth

What You Can Do

GET
Gethealthz — Falco Health check
/v1/healthz

MCP Tools

falco-health-check

Falco Health check

read-only idempotent

Capability Spec

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