Skip to main content
Glama

Dataverse MCP Server

by mwhesse

update_dataverse_column

Modify column properties in Dataverse tables, including display names, descriptions, required levels, and audit settings to adapt to changing business requirements.

Instructions

Updates the properties and configuration of an existing column in a Dataverse table. Use this to modify column settings like display names, descriptions, required levels, or audit settings. Note that data type cannot be changed after creation.

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description of the column
displayNameNoNew display name for the column
entityLogicalNameYesLogical name of the table
isAuditEnabledNoWhether auditing is enabled for this column
isValidForAdvancedFindNoWhether the column appears in Advanced Find
isValidForCreateNoWhether the column can be set during create
isValidForUpdateNoWhether the column can be updated
logicalNameYesLogical name of the column to update
requiredLevelNoNew required level of the column

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description of the column", "type": "string" }, "displayName": { "description": "New display name for the column", "type": "string" }, "entityLogicalName": { "description": "Logical name of the table", "type": "string" }, "isAuditEnabled": { "description": "Whether auditing is enabled for this column", "type": "boolean" }, "isValidForAdvancedFind": { "description": "Whether the column appears in Advanced Find", "type": "boolean" }, "isValidForCreate": { "description": "Whether the column can be set during create", "type": "boolean" }, "isValidForUpdate": { "description": "Whether the column can be updated", "type": "boolean" }, "logicalName": { "description": "Logical name of the column to update", "type": "string" }, "requiredLevel": { "description": "New required level of the column", "enum": [ "None", "SystemRequired", "ApplicationRequired", "Recommended" ], "type": "string" } }, "required": [ "entityLogicalName", "logicalName" ], "type": "object" }

Other Tools from Dataverse MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mwhesse/mcp-dataverse'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server