describe_table
Retrieve a single MySQL table's structure: columns, data types, nullability, and key metadata. Sensitive columns are redacted for security. Read-only access.
Instructions
Describe a single allowlisted MySQL table: columns, types, nullability, and key metadata. Sensitive columns may be redacted. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | Yes |