opensearch_api
Execute any read-only GET request to OpenSearch by specifying the REST path. Use when no dedicated tool exists for the endpoint.
Instructions
Escape hatch for any read GET endpoint not covered by other tools.
Use when you know the OpenSearch REST path but no dedicated tool exists. For search/count/terms/histogram use the dedicated tools — they add safety guards and better error messages. Only GET is supported; write/admin paths (_delete, _bulk, _update, _reindex, etc.) are blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | OpenSearch path starting with "/", e.g. "/_nodes/stats". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||