dataverse_get_entity_sets
Retrieve OData EntitySet names from a Dataverse service document. Filter by substring to find the correct entity set name for a table, such as 'accounts' or 'systemusers'.
Instructions
List OData EntitySet names from the Dataverse service document.
Use this to discover the correct entity_set_name for a table before querying records (e.g., 'account' → 'accounts', 'systemuser' → 'systemusers'). Faster and smaller than fetching $metadata. Filter with contains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |