Skip to main content
Glama

PowerPlatform MCP

get-entity-attribute

Retrieve a specific attribute or field from a PowerPlatform entity by providing the entity and attribute names, enabling precise data access and metadata exploration.

Instructions

Get a specific attribute/field of a PowerPlatform entity

Input Schema

NameRequiredDescriptionDefault
attributeNameYesThe logical name of the attribute
entityNameYesThe logical name of the entity

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attributeName": { "description": "The logical name of the attribute", "type": "string" }, "entityName": { "description": "The logical name of the entity", "type": "string" } }, "required": [ "entityName", "attributeName" ], "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