homer_health
Validate Homer instance availability by hitting the /api/v3/status endpoint. Return false if Homer is not configured or unreachable, avoiding unnecessary search attempts.
Instructions
Check whether the configured Homer instance is reachable.
Light probe — hits Homer's /api/v3/status endpoint. Useful when
deciding whether to even attempt a homer_search_calls_v7 call.
Returns {ok: false} (not raises) when Homer is not configured —
the absence of Homer must not break other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||