Get permit query schema
getPermitQuerySchemaRetrieve column list, DuckDB types, and descriptions for a county's permits table so queryPermits can be written without guessing. Note that date/value fields are often NULL depending on source.
Instructions
Returns the column list, DuckDB types, and a one-line description of each column of the 'permits' query table for a county, so queryPermits can be written without guessing. Notes that date/value fields are frequently NULL depending on the permit source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| county | Yes | County to describe (case-insensitive), e.g. 'Lee'. |