Skip to main content
Glama

Dataverse MCP Server

by mwhesse

get_dataverse_column

Retrieve detailed information about a specific column in a Dataverse table, including data type, properties, and configuration settings to inspect column definitions and understand field structure.

Instructions

Retrieves detailed information about a specific column in a Dataverse table, including its data type, properties, and configuration settings. Use this to inspect column definitions and understand field structure.

Input Schema

NameRequiredDescriptionDefault
entityLogicalNameYesLogical name of the table
logicalNameYesLogical name of the column to retrieve

Input Schema (JSON Schema)

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