Skip to main content
Glama

PowerPlatform MCP

get-record

Retrieve a specific record from PowerPlatform/Dataverse by providing the entity name (plural) and record ID. Access detailed data for targeted entities efficiently.

Instructions

Get a specific record by entity name (plural) and ID

Input Schema

NameRequiredDescriptionDefault
entityNamePluralYesThe plural name of the entity (e.g., 'accounts', 'contacts')
recordIdYesThe GUID of the record

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityNamePlural": { "description": "The plural name of the entity (e.g., 'accounts', 'contacts')", "type": "string" }, "recordId": { "description": "The GUID of the record", "type": "string" } }, "required": [ "entityNamePlural", "recordId" ], "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