Describe table
describe_tableView table schema including column types, nullability, and defaults, with masked columns indicated to protect sensitive data.
Instructions
Columns, types, nullability and defaults for one table. Masked columns are marked — they can be filtered on, but their values are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name, optionally schema-qualified (e.g. public.users) |