describe_table
Retrieve the column names, data types, and schema details for any table in a MySQL database. Use this tool to inspect table structure without modifying data.
Instructions
Show columns and schema 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 |