ListIndexTool
List indices in an OpenSearch cluster. Specify an index name or pattern to filter results, and choose whether to return just names or full metadata.
Instructions
Lists indices in the OpenSearch cluster. If an index name or pattern is specified, return only information about the provided index or index pattern. The include_detail flag controls output: if False, returns only index name(s); if True (default), returns full metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | The name of the index or index pattern to get information for. | |
| include_detail | No | Whether to include detailed information. If False, returns only index name(s). If True, returns full metadata. |