lookup_table_columns
Look up a table’s columns by table name or ID. Returns column metadata (columnId, name, type, isIdentifier) so you can decide which columns to use as placeholders. Provide either tableName or tableId.
Parameters
string
The name of the table to look up (fuzzy-matched within the project).
string
The exact ID of the table.