Skip to main content
Glama
mafzaal

Dynamics 365 Finance & Operations MCP Server

by mafzaal

d365fo_get_entity_schema

Retrieve detailed schema for Dynamics 365 F&O data entities, including properties, keys, and actions to understand data structure and integration requirements.

Instructions

Get the detailed schema for a specific D365 F&O data entity, including properties, keys, and available actions.

Args: entityName: The public name of the entity (e.g., 'CustomerV3'). include_properties: Set to true to include detailed information about each property (field) in the entity. resolve_labels: Set to true to resolve and include human-readable labels for the entity and its properties. language: The language to use for resolving labels (e.g., 'en-US', 'fr-FR'). profile: Configuration profile to use (optional - uses default profile if not specified)

Returns: Dictionary with entity schema

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityNameYes
include_propertiesNo
resolve_labelsNo
languageNoen-US
profileNodefault

Latest Blog Posts

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/mafzaal/d365fo-client'

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