Skip to main content
Glama

Dataverse MCP Server

by mwhesse

list_autonumber_columns

Identify AutoNumber columns in Dataverse tables to track automatic numbering implementations across your database schema.

Instructions

Lists all AutoNumber columns in a specific table or across all tables in the environment. Helps identify existing AutoNumber implementations.

Input Schema

NameRequiredDescriptionDefault
customOnlyNoWhether to list only custom AutoNumber columns
entityLogicalNameNoLogical name of specific table (if not provided, searches all tables)
includeManagedNoWhether to include managed AutoNumber columns

Input Schema (JSON Schema)

{ "properties": { "customOnly": { "default": true, "description": "Whether to list only custom AutoNumber columns", "type": "boolean" }, "entityLogicalName": { "description": "Logical name of specific table (if not provided, searches all tables)", "type": "string" }, "includeManaged": { "default": false, "description": "Whether to include managed AutoNumber columns", "type": "boolean" } }, "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