Skip to main content
Glama
mafzaal

Dynamics 365 Finance & Operations MCP Server

by mafzaal

d365fo_get_installed_modules

Retrieve installed modules in Dynamics 365 F&O environment with details like name, version, publisher, and ID for system analysis and management.

Instructions

Get the list of installed modules in the D365 F&O environment with their details including name, version, module ID, publisher, and display name.

Args: profile: Configuration profile to use (optional - uses default profile if not specified)

Returns: Dictionary with installed modules

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNodefault
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. While it indicates this is a read operation ('Get'), it doesn't mention authentication requirements, rate limits, whether this requires specific permissions, what happens if no modules are installed, or any error conditions. The description is minimal beyond stating what data is returned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured with a clear purpose statement followed by Args and Returns sections. Each sentence earns its place, though the 'Returns' section could be more specific about the dictionary structure rather than just stating 'Dictionary with installed modules'.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read operation with one optional parameter and no output schema, the description covers the basics but lacks depth. It explains what data is returned and the parameter usage, but doesn't provide enough context about authentication, error handling, or practical usage scenarios that would help an agent use this tool effectively in real workflows.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage and only one optional parameter, the description provides meaningful context about the 'profile' parameter - explaining it's a configuration profile, optional, and defaults to the default profile if not specified. This adds substantial value beyond the bare schema which only shows the parameter name and type.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('list of installed modules in the D365 F&O environment') with specific details about what information is returned (name, version, module ID, publisher, display name). It distinguishes itself from sibling tools like d365fo_get_environment_info or d365fo_get_server_config by focusing specifically on installed modules.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. While it's clear this retrieves module information, there's no mention of when you'd need this versus other environment information tools, what prerequisites might exist, or any limitations on usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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