qdrant_health_check
Checks if a Qdrant instance is reachable and responding, reporting connection failures in ok/error fields instead of raising errors.
Instructions
Confirm the configured Qdrant instance is reachable and responding.
Never raises to the caller: a health check that raises on the exact
condition it exists to detect defeats its own purpose. Connection
failures are logged and reported in the result's ok/error fields
instead, so a client renders them without a tool-call error round-trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| collection_count | No |