Skip to main content
Glama

PowerPlatform MCP

get-entity-metadata

Retrieve detailed metadata for a specific entity in PowerPlatform/Dataverse, including its structure and attributes, by providing the entity's logical name.

Instructions

Get metadata about a PowerPlatform entity

Input Schema

NameRequiredDescriptionDefault
entityNameYesThe logical name of the entity

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityName": { "description": "The logical name of the entity", "type": "string" } }, "required": [ "entityName" ], "type": "object" }
Install Server

Other Tools from PowerPlatform MCP

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/michsob/powerplatform-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server