health
Run a non-destructive runtime health check to verify connection and readiness before memory tool calls. Returns a JSON health envelope with status, services, components, and queue fields.
Instructions
Run a non-destructive runtime health check before any memory tool call. Use this when a connection fails, startup seems incomplete, or you need readiness evidence before writes. Returns a JSON health envelope (for example: status/services/components/queue fields) as both text and structured JSON. If the orchestrator requires an API key and the bridge is not configured, this returns an auth failure instead of mutating state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| queue | No | ||
| status | No | ||
| services | No | ||
| components | No |