Get Table Schema
get_table_schemaGet the schema of a table or view as a compact markdown table, showing column names, data types, lengths, nullability, and primary key status for quick database structure insight.
Instructions
Retrieves the schema of a table or view as a compact markdown table: column name, data type, length, nullability, and whether the column is part of the primary key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |