Skip to main content
Glama

Dataverse MCP Server

by mwhesse

get_autonumber_column

Retrieve detailed information about an AutoNumber column configuration including current format, properties, and settings in Microsoft Dataverse tables.

Instructions

Retrieves detailed information about an AutoNumber column including its current format, properties, and configuration.

Input Schema

NameRequiredDescriptionDefault
columnLogicalNameYesLogical name of the AutoNumber column to retrieve
entityLogicalNameYesLogical name of the table

Input Schema (JSON Schema)

{ "properties": { "columnLogicalName": { "description": "Logical name of the AutoNumber column to retrieve", "type": "string" }, "entityLogicalName": { "description": "Logical name of the table", "type": "string" } }, "required": [ "entityLogicalName", "columnLogicalName" ], "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