describe_table
Retrieve column names, data types, and descriptions for any Dataverse table to build precise $select and $filter queries.
Instructions
Get columns, types and descriptions for an XRM table.
Call this before querying when you need to know column names for $select or $filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | The logical name of the table (e.g., account, cr123_hourentry) | |
| org_url | Yes | The Dataverse organization URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||