Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENSEARCH_HOSTS | No | The OpenSearch server hosts URL | |
| ELASTICSEARCH_HOSTS | No | The Elasticsearch server hosts URL | |
| OPENSEARCH_PASSWORD | No | The OpenSearch password | |
| OPENSEARCH_USERNAME | No | The OpenSearch username | |
| ELASTICSEARCH_PASSWORD | No | The Elasticsearch password | |
| ELASTICSEARCH_USERNAME | No | The Elasticsearch username |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_indices | List all indices. |
| get_index | |
| create_index | |
| delete_index | |
| search_documents | |
| index_document | |
| get_document | |
| delete_document | |
| delete_by_query | |
| get_cluster_health | Returns basic information about the health of the cluster. |
| get_cluster_stats | Returns high-level overview of cluster statistics. |
| list_aliases | List all aliases. |
| get_alias | |
| put_alias | |
| delete_alias | |
| create_data_stream | Create a new data stream. |
| get_data_stream | Get information about one or more data streams. |
| delete_data_stream | Delete one or more data streams. |
| general_api_request | Perform a general HTTP API request. Use this tool for any Elasticsearch/OpenSearch API that does not have a dedicated tool. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |