get_entity_attributes
ChatGPTGet one entity type's columns/attributes. Call after get_schema, once per entity type your question touches — several can run in parallel. Returns a lean outline of ALL the entity type's columns (column name, type, attribute group, and any lookup-table JOINs needed to resolve UUID foreign keys to display values) — everything you need to write SQL with run_sql.
entityType must match a name exactly as shown in get_schema (e.g. "Loan").




