describe_table
Returns column definitions for a Firebird table or view. Supports brief or full detail output and optional regex filter on column name.
Instructions
Return column definitions for a table or view. database: key from list_databases. table: exact table or view name from list_objects — automatically uppercased. brief: if true returns only {name, type, nullable}; default false returns full detail including length, precision, scale, default_src, description. filter: optional case-insensitive regex on column name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | ||
| table | Yes | ||
| brief | No | ||
| filter | No |