dataverse_get_form
Retrieve a Dataverse form's layout as a structured JSON object, converting raw FormXml into a readable tree of tabs, sections, and controls.
Instructions
Get a single Dataverse form's layout parsed as a structured JSON object.
Parses raw FormXml into a readable tabs → sections → controls tree so agents don't need to work with raw XML. Also returns formxml_backup (the raw XML string). Use dataverse_list_forms to discover form IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |