get_entity_schema
Retrieve a Dataverse table's schema to view all column definitions, including choice-style attributes and their option-set metadata.
Instructions
Get attributes (columns) of a specific Dataverse table. Choice-style columns (Choice, Status, State, MultiSelect) carry an option_set summary with is_global and option_count, so one dump shows which choice lists are shared org-wide. Read the option values per column with get_picklist_options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_logical_name | Yes | Logical name of the entity (e.g. 'account', 'contact', 'contoso_bankaccount') |