describe_table
Inspect columns of a PostgreSQL table or view in the public schema, returning column metadata as a JSON array for schema checks.
Instructions
Describe the columns of a table or view in the public schema.
Args: table_name: Name of the table or view.
Returns: Column metadata as a JSON array of objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |