describe_table
Retrieve the structure of a PostgreSQL table by specifying its name and schema. This tool helps inspect column types, constraints, and relationships for data analysis and database management.
Instructions
Get table structure
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Schema name (default: public) | |
table | Yes | Table name |