Skip to main content
Glama
mafzaal

Dynamics 365 Finance & Operations MCP Server

by mafzaal

d365fo_start_sync

Start metadata synchronization in Dynamics 365 Finance & Operations to download and cache entities, schemas, enumerations, and labels for AI workflows.

Instructions

Start a metadata synchronization session and return a session ID for tracking progress.

This downloads and caches metadata from D365 F&O including entities, schemas, enumerations, and labels.

Args: strategy: Sync strategy to use. 'full' downloads all metadata, 'entities_only' downloads just entities for quick refresh, 'labels_only' downloads only labels, 'full_without_labels' downloads all metadata except labels, 'sharing_mode' copies from compatible versions, 'incremental' updates only changes (fallback to full). global_version_id: Specific global version ID to sync. If not provided, will detect current version automatically. profile: Configuration profile to use (optional - uses default profile if not specified)

Returns: Dictionary with sync session details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
strategyNofull_without_labels
global_version_idNo
profileNodefault
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behaviors: it's a write operation (starts a session), downloads and caches metadata, and returns a session ID. It mentions fallback behavior for 'incremental' strategy but lacks details on rate limits, permissions, or error handling.

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?

Well-structured with purpose first, then parameters in a clear Args section, and return info. Slightly verbose in strategy explanations, but each sentence adds value. Could be more front-loaded by moving return details earlier.

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

Completeness4/5

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

For a 3-parameter tool with no annotations and no output schema, the description is quite complete: covers purpose, parameters, and return type. Missing are details on output format (beyond 'dictionary'), error cases, and integration with sibling tools like d365fo_get_sync_progress.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It fully explains all 3 parameters: 'strategy' with detailed enum-like options, 'global_version_id' with auto-detection behavior, and 'profile' with default usage. This adds significant meaning beyond the bare schema.

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 specific action ('Start a metadata synchronization session') and the resource ('metadata from D365 F&O'), distinguishing it from siblings like d365fo_cancel_sync or d365fo_get_sync_progress. It explicitly mentions what gets downloaded (entities, schemas, enumerations, labels) and the return value (session ID for tracking).

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

Usage Guidelines3/5

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

The description implies usage by stating it 'returns a session ID for tracking progress,' suggesting it's for initiating syncs, but doesn't explicitly say when to use it versus alternatives like d365fo_get_sync_history or d365fo_cancel_sync. No guidance on prerequisites or exclusions is provided.

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