get_table_indexes
Retrieve indexes for a MySQL table by providing its name. Optionally specify a database to inspect.
Instructions
Show indexes for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| database | No | Optional database to read from for this call only, without changing the active connection |