describe_table
ClaudeDescribe the columns and data types for a table in the public schema of the read-only replica. For tables that are curated assets, the result is enriched with an
asset slug, label, entity-level notes, and a per-column description. These come from the curated data model and may NOT cover every raw column (uncovered columns get description: null). The notes are the authoritative domain rules — column semantics vary by table (e.g. ACRIS party roles depend on doc_type), so read notes before querying. Foreign-key columns also carry a references object ({table, column}) naming the exact join target — join to that, not to a table you infer from the column name (e.g. filing.filing_company_id references company_raw_data, not company).




