Skip to main content
Glama
dave-palt

mcp-dynamics-365

by dave-palt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
D365_BASE_URLYesYour Dynamics 365 organization URL
D365_RESOURCEYesResource URL for Dynamics 365 API (usually the same as D365_BASE_URL)
D365_CLIENT_IDYesAzure AD application client ID
D365_TENANT_IDYesAzure AD tenant ID
D365_CLIENT_SECRETYesAzure AD application client secret

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_entity_schemaC

Get detailed schema information for a specific Dynamics 365 entity

get_attribute_schemaB

Get detailed schema/metadata for a specific attribute of a Dynamics 365 entity, including options for picklists

list_entitiesB

List all available Dynamics 365 entities with their basic information

query_entitiesC

Query entities from Dynamics 365 with optional filtering, sorting, and pagination

get_entityB

Get a specific entity record by ID from Dynamics 365

create_entityC

Create a new entity record in Dynamics 365

update_entityC

Update an existing entity record in Dynamics 365

delete_entityC

Delete an entity record from Dynamics 365

execute_odata_queryB

Execute a custom OData query against Dynamics 365 Web API

execute_functionC

Execute a custom Dynamics 365 function or action

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes (e.g., create/update/delete and execute_odata_query vs query_entities). However, query_entities and execute_odata_query could be confused by an agent when deciding between structured querying and raw OData. Also get_entity_schema and get_attribute_schema are clearly different, but get_entity and get_entity_schema share the 'get_entity' prefix, potentially causing slight naming ambiguity.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (e.g., get_entity_schema, list_entities, create_entity). The verbs are standard and the naming is predictable throughout.

Tool Count5/5

10 tools is well-scoped for a Dynamics 365 API wrapper, covering essential CRUD, metadata, and query operations without being excessive. Each tool has a clear, non-redundant role.

Completeness4/5

The surface provides comprehensive CRUD and query capabilities, including schema introspection and custom function execution. However, it lacks tools for bulk operations, association management (e.g., associate/disassociate records), and batch requests, which are common in Dynamics 365.

Maintenance

ActivityInactive
ResponsivenessNo issues