Skip to main content
Glama

PowerPlatform MCP

query-records

Retrieve records from PowerPlatform/Dataverse entities using OData filter expressions. Specify entity name, filter criteria, and maximum records to fetch for precise data queries.

Instructions

Query records using an OData filter expression

Input Schema

NameRequiredDescriptionDefault
entityNamePluralYesThe plural name of the entity (e.g., 'accounts', 'contacts')
filterYesOData filter expression (e.g., "name eq 'test'" or "createdon gt 2023-01-01")
maxRecordsNoMaximum number of records to retrieve (default: 50)

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" }, "filter": { "description": "OData filter expression (e.g., \"name eq 'test'\" or \"createdon gt 2023-01-01\")", "type": "string" }, "maxRecords": { "description": "Maximum number of records to retrieve (default: 50)", "type": "number" } }, "required": [ "entityNamePlural", "filter" ], "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