db_columns
db_columnsInspect the columns and primary-key details of a database table using pg_catalog, enabling read-only schema exploration.
Instructions
Read-only database tool for column questions: inspect only columns and primary-key details for a table via pg_catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | ||
| projectId | No | ||
| projectRef | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| _hints | Yes | ||
| schema | Yes | ||
| columns | Yes | ||
| toolName | Yes |