list_indexes
List all indexes on a specific table, showing index names, uniqueness, and definitions. Get a quick overview of table indexes for query optimization.
Instructions
List all indexes on a given table, including index name, whether it is unique, and the index definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table |