create-account
Use this tool to generate a new account in Dynamics 365 via the MCP server, enabling efficient account management through structured data input.
Instructions
Create a new account in Dynamics 365
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountData | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"accountData": {
"additionalProperties": false,
"properties": {},
"type": "object"
}
},
"required": [
"accountData"
],
"type": "object"
}