42Crunch · Capability

42Crunch API Conformance Scan Jobs Manager — Health

42Crunch API Conformance Scan Jobs Manager — Health. 1 operations. Lead operation: 42Crunch Health Check. Self-contained Naftiko capability covering one 42crunch business surface.

Run with Naftiko 42crunchHealth

What You Can Do

GET
Healthcheck — 42Crunch Health Check
/v1/health

MCP Tools

42crunch-health-check

42Crunch Health Check

read-only idempotent

Capability Spec

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