Skip to main content
Glama

Dataverse MCP Server

by mwhesse

update_dataverse_table

Modify existing Dataverse table properties including display names, descriptions, and feature settings like activities, notes, auditing, and duplicate detection.

Instructions

Updates the properties and configuration of an existing Dataverse table. Use this to modify table settings like display names, descriptions, or feature enablement (activities, notes, auditing, etc.). Changes are published automatically.

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description of the table
displayCollectionNameNoNew display collection name for the table
displayNameNoNew display name for the table
hasActivitiesNoWhether the table can have activities
hasNotesNoWhether the table can have notes
isAuditEnabledNoWhether auditing is enabled
isConnectionsEnabledNoWhether connections are enabled
isDocumentManagementEnabledNoWhether document management is enabled
isDuplicateDetectionEnabledNoWhether duplicate detection is enabled
isMailMergeEnabledNoWhether mail merge is enabled
isValidForQueueNoWhether records can be added to queues
logicalNameYesLogical name of the table to update

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description of the table", "type": "string" }, "displayCollectionName": { "description": "New display collection name for the table", "type": "string" }, "displayName": { "description": "New display name for the table", "type": "string" }, "hasActivities": { "description": "Whether the table can have activities", "type": "boolean" }, "hasNotes": { "description": "Whether the table can have notes", "type": "boolean" }, "isAuditEnabled": { "description": "Whether auditing is enabled", "type": "boolean" }, "isConnectionsEnabled": { "description": "Whether connections are enabled", "type": "boolean" }, "isDocumentManagementEnabled": { "description": "Whether document management is enabled", "type": "boolean" }, "isDuplicateDetectionEnabled": { "description": "Whether duplicate detection is enabled", "type": "boolean" }, "isMailMergeEnabled": { "description": "Whether mail merge is enabled", "type": "boolean" }, "isValidForQueue": { "description": "Whether records can be added to queues", "type": "boolean" }, "logicalName": { "description": "Logical name of the table to update", "type": "string" } }, "required": [ "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