Skip to main content
Glama

Dataverse MCP Server

by mwhesse

update_autonumber_format

Modify the AutoNumber format for a Dataverse column to control how future sequential values are generated, using customizable placeholders for prefixes, sequences, dates, and random strings.

Instructions

Updates the AutoNumberFormat of an existing AutoNumber column. This changes how future values will be generated but does not affect existing records.

Input Schema

NameRequiredDescriptionDefault
autoNumberFormatYesNew AutoNumber format using placeholders like "PREFIX-{SEQNUM:4}-{RANDSTRING:3}-{DATETIMEUTC:yyyyMMdd}"
columnLogicalNameYesLogical name of the AutoNumber column to update
descriptionNoNew description for the column
displayNameNoNew display name for the column
entityLogicalNameYesLogical name of the table containing the AutoNumber column
maxLengthNoNew maximum length (ensure enough room for format expansion)

Input Schema (JSON Schema)

{ "properties": { "autoNumberFormat": { "description": "New AutoNumber format using placeholders like \"PREFIX-{SEQNUM:4}-{RANDSTRING:3}-{DATETIMEUTC:yyyyMMdd}\"", "type": "string" }, "columnLogicalName": { "description": "Logical name of the AutoNumber column to update", "type": "string" }, "description": { "description": "New description for the column", "type": "string" }, "displayName": { "description": "New display name for the column", "type": "string" }, "entityLogicalName": { "description": "Logical name of the table containing the AutoNumber column", "type": "string" }, "maxLength": { "description": "New maximum length (ensure enough room for format expansion)", "maximum": 4000, "minimum": 1, "type": "number" } }, "required": [ "entityLogicalName", "columnLogicalName", "autoNumberFormat" ], "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