describe_table
Retrieve the structure of a PostgreSQL table, including column names, data types, and schema details, using schema and table name inputs.
Instructions
Get table structure
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: public) | |
| table | Yes | Table name |