dataverse_get_column
Retrieve full metadata for a single Dataverse table column, including type-specific properties like MaxLength and RequiredLevel. Use before updating a column to obtain its current definition.
Instructions
Get full metadata for a single column on a Dataverse table, including type-specific properties.
Returns all properties including MaxLength, Precision, RequiredLevel, Format, and IsValidForCreate. Use before updating a column — pass the returned object as full_definition to dataverse_update_column. For Picklist/MultiSelectPicklist option values use dataverse_list_choice_column_options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |