Skip to main content
Glama

Dynamics 365 MCP Server

update-account

Modify an existing account in Dynamics 365 by updating its account data using the specified account ID.

Instructions

Update an existing account in Dynamics 365

Input Schema

NameRequiredDescriptionDefault
accountDataYes
accountIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountData": { "additionalProperties": false, "properties": {}, "type": "object" }, "accountId": { "type": "string" } }, "required": [ "accountId", "accountData" ], "type": "object" }

You must be authenticated.

Other Tools from Dynamics 365 MCP Server

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/srikanth-paladugula/mcp-dynamics365-server'

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