Skip to main content
Glama
mwhesse

Dataverse MCP Server

by mwhesse

create_dataverse_table

Create custom tables in Microsoft Dataverse to store business data with configurable ownership, activity tracking, and data management features.

Instructions

Creates a new custom table in Dataverse with the specified configuration. Use this when you need to create a new entity to store business data. Requires a solution context to be set first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoDescription of the table
displayNameYesDisplay name for the table (e.g., 'Test 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
ownershipTypeNoOwnership type of the tableUserOwned
primaryNameAttributeNoLogical name of the primary name attribute (will be auto-generated if not provided)
primaryNameAutoNumberFormatNoAutoNumber format for the primary name column using placeholders like 'PREFIX-{SEQNUM:4}-{RANDSTRING:3}-{DATETIMEUTC:yyyyMMdd}'. If specified, the primary name column will be created as an AutoNumber column.

Other Tools

Latest Blog Posts

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