Skip to main content
Glama

Dataverse MCP Server

by mwhesse

get_dataverse_table

Retrieve detailed metadata and configuration information for a specific Dataverse table to inspect its structure and properties.

Instructions

Retrieves detailed information about a specific Dataverse table including its metadata, properties, and configuration. Use this to inspect table definitions and understand table structure.

Input Schema

NameRequiredDescriptionDefault
logicalNameYesLogical name of the table to retrieve

Input Schema (JSON Schema)

{ "properties": { "logicalName": { "description": "Logical name of the table to retrieve", "type": "string" } }, "required": [ "logicalName" ], "type": "object" }

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