List Table Terms
list_table_termsLists business terms and definitions assigned to each table column, revealing governed columns and unassigned ones to assess table governance.
Instructions
List the business terms assigned to a table's columns.
The reverse of list_term_assets, and the fastest way to judge whether
a table is governed: it reports each column's term together with the
term's own definition, so a caller can read what a cryptically named
column actually holds.
Terms come from glossaryTermAsset relationships, so a column with no
term here has genuinely never been assigned one — the catalog does not
guess from column names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | No | Table name, if the URI is not known. Rejected as ambiguous when more than one table matches. | |
| max_columns | No | Maximum columns to inspect (default 200). | |
| resource_uri | No | The table's source URI (preferred) — catalog_search returns it on every hit. | |
| assigned_only | No | Return only columns that carry a term (default true). Set false to see the unassigned columns too. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||