db_get_columns
Retrieve column details for any table, including data types, nullability, and key constraints, to support schema introspection and query planning.
Instructions
Get column details for a specific table including data types, nullable flags, and key constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | The name of the table to get columns for | |
| schemaName | No | The schema name (e.g., public for PostgreSQL). If not specified, searches all schemas. |