get_index
Retrieve detailed configuration for any index by providing its unique name. Access and use the output in other functions with the returned object ID.
Instructions
Fetches detailed configuration information for a specific index, identified by its unique index_name.
:param index_name: Unique name of the index to fetch.
The output is automatically stored and can be referenced in other functions.
Returns a formatted preview with an object ID (e.g., @obj_123).
Use the object store tools in combination with the object ID to view nested properties of the object.
Use the returned object ID to pass this result to other functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index_name | Yes |