opensearch_cluster_health
Returns cluster health status (green/yellow/red) with node count and shard details to confirm backend is not degraded before trusting query results.
Instructions
Requires cluster:monitor/health privilege — if you get 403, use opensearch_test instead.
Returns cluster status (green/yellow/red), node count, active shards, and unassigned shards. Useful to confirm the backend is not degraded before trusting query results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||