Skip to main content
Glama

PowerPlatform MCP

use-powerplatform-prompt

Leverage predefined prompt templates to explore PowerPlatform entities, attribute details, query structures, and relationship mappings for efficient metadata access and analysis.

Instructions

Use a predefined prompt template for PowerPlatform entities

Input Schema

NameRequiredDescriptionDefault
attributeNameNoThe logical name of the attribute (required for ATTRIBUTE_DETAILS prompt)
entityNameYesThe logical name of the entity
promptTypeYesThe type of prompt template to use

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attributeName": { "description": "The logical name of the attribute (required for ATTRIBUTE_DETAILS prompt)", "type": "string" }, "entityName": { "description": "The logical name of the entity", "type": "string" }, "promptType": { "description": "The type of prompt template to use", "enum": [ "ENTITY_OVERVIEW", "ATTRIBUTE_DETAILS", "QUERY_TEMPLATE", "RELATIONSHIP_MAP" ], "type": "string" } }, "required": [ "promptType", "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