Skip to main content
Glama

Dataverse MCP Server

by mwhesse

update_dataverse_businessunit

Modify business unit information, contact details, addresses, and organizational settings in Microsoft Dataverse. Update specific fields like name, email, cost center, or location data for existing business units.

Instructions

Updates the properties and configuration of an existing business unit. Use this to modify business unit information, contact details, addresses, and organizational settings. Only provided fields will be updated.

Input Schema

NameRequiredDescriptionDefault
address1_cityNoCity name for address 1
address1_countryNoCountry/region name for address 1
address1_countyNoCounty name for address 1
address1_faxNoFax number for address 1
address1_latitudeNoLatitude for address 1
address1_line1NoFirst line for address 1
address1_line2NoSecond line for address 1
address1_line3NoThird line for address 1
address1_longitudeNoLongitude for address 1
address1_nameNoName for address 1
address1_postalcodeNoZIP Code or postal code for address 1
address1_postofficeboxNoPost office box number for address 1
address1_stateorprovinceNoState or province for address 1
address1_telephone1NoMain phone number for address 1
address1_telephone2NoOther phone number for address 1
address1_telephone3NoThird telephone number for address 1
address1_upszoneNoUPS zone for address 1
address1_utcoffsetNoUTC offset for address 1
address2_cityNoCity name for address 2
address2_countryNoCountry/region name for address 2
address2_countyNoCounty name for address 2
address2_faxNoFax number for address 2
address2_latitudeNoLatitude for address 2
address2_line1NoFirst line for address 2
address2_line2NoSecond line for address 2
address2_line3NoThird line for address 2
address2_longitudeNoLongitude for address 2
address2_nameNoName for address 2
address2_postalcodeNoZIP Code or postal code for address 2
address2_postofficeboxNoPost office box number for address 2
address2_stateorprovinceNoState or province for address 2
address2_telephone1NoFirst telephone number for address 2
address2_telephone2NoSecond telephone number for address 2
address2_telephone3NoThird telephone number for address 2
address2_upszoneNoUPS zone for address 2
address2_utcoffsetNoUTC offset for address 2
businessUnitIdYesUnique identifier of the business unit to update
costCenterNoName of the business unit cost center
creditLimitNoCredit limit for the business unit
descriptionNoDescription of the business unit
divisionNameNoName of the division to which the business unit belongs
emailAddressNoEmail address for the business unit
fileAsNameNoAlternative name under which the business unit can be filed
ftpSiteUrlNoFTP site URL for the business unit
isDisabledNoWhether the business unit is disabled
nameNoName of the business unit
stockExchangeNoStock exchange on which the business is listed
tickerSymbolNoStock exchange ticker symbol for the business unit
webSiteUrlNoWebsite URL for the business unit

Input Schema (JSON Schema)

{ "properties": { "address1_city": { "description": "City name for address 1", "maxLength": 80, "type": "string" }, "address1_country": { "description": "Country/region name for address 1", "maxLength": 80, "type": "string" }, "address1_county": { "description": "County name for address 1", "maxLength": 50, "type": "string" }, "address1_fax": { "description": "Fax number for address 1", "maxLength": 50, "type": "string" }, "address1_latitude": { "description": "Latitude for address 1", "maximum": 90, "minimum": -90, "type": "number" }, "address1_line1": { "description": "First line for address 1", "maxLength": 250, "type": "string" }, "address1_line2": { "description": "Second line for address 1", "maxLength": 250, "type": "string" }, "address1_line3": { "description": "Third line for address 1", "maxLength": 250, "type": "string" }, "address1_longitude": { "description": "Longitude for address 1", "maximum": 180, "minimum": -180, "type": "number" }, "address1_name": { "description": "Name for address 1", "maxLength": 100, "type": "string" }, "address1_postalcode": { "description": "ZIP Code or postal code for address 1", "maxLength": 20, "type": "string" }, "address1_postofficebox": { "description": "Post office box number for address 1", "maxLength": 20, "type": "string" }, "address1_stateorprovince": { "description": "State or province for address 1", "maxLength": 50, "type": "string" }, "address1_telephone1": { "description": "Main phone number for address 1", "maxLength": 50, "type": "string" }, "address1_telephone2": { "description": "Other phone number for address 1", "maxLength": 50, "type": "string" }, "address1_telephone3": { "description": "Third telephone number for address 1", "maxLength": 50, "type": "string" }, "address1_upszone": { "description": "UPS zone for address 1", "maxLength": 4, "type": "string" }, "address1_utcoffset": { "description": "UTC offset for address 1", "maximum": 1500, "minimum": -1500, "type": "number" }, "address2_city": { "description": "City name for address 2", "maxLength": 80, "type": "string" }, "address2_country": { "description": "Country/region name for address 2", "maxLength": 80, "type": "string" }, "address2_county": { "description": "County name for address 2", "maxLength": 50, "type": "string" }, "address2_fax": { "description": "Fax number for address 2", "maxLength": 50, "type": "string" }, "address2_latitude": { "description": "Latitude for address 2", "maximum": 90, "minimum": -90, "type": "number" }, "address2_line1": { "description": "First line for address 2", "maxLength": 250, "type": "string" }, "address2_line2": { "description": "Second line for address 2", "maxLength": 250, "type": "string" }, "address2_line3": { "description": "Third line for address 2", "maxLength": 250, "type": "string" }, "address2_longitude": { "description": "Longitude for address 2", "maximum": 180, "minimum": -180, "type": "number" }, "address2_name": { "description": "Name for address 2", "maxLength": 100, "type": "string" }, "address2_postalcode": { "description": "ZIP Code or postal code for address 2", "maxLength": 20, "type": "string" }, "address2_postofficebox": { "description": "Post office box number for address 2", "maxLength": 20, "type": "string" }, "address2_stateorprovince": { "description": "State or province for address 2", "maxLength": 50, "type": "string" }, "address2_telephone1": { "description": "First telephone number for address 2", "maxLength": 50, "type": "string" }, "address2_telephone2": { "description": "Second telephone number for address 2", "maxLength": 50, "type": "string" }, "address2_telephone3": { "description": "Third telephone number for address 2", "maxLength": 50, "type": "string" }, "address2_upszone": { "description": "UPS zone for address 2", "maxLength": 4, "type": "string" }, "address2_utcoffset": { "description": "UTC offset for address 2", "maximum": 1500, "minimum": -1500, "type": "number" }, "businessUnitId": { "description": "Unique identifier of the business unit to update", "type": "string" }, "costCenter": { "description": "Name of the business unit cost center", "maxLength": 100, "type": "string" }, "creditLimit": { "description": "Credit limit for the business unit", "maximum": 1000000000, "minimum": 0, "type": "number" }, "description": { "description": "Description of the business unit", "maxLength": 2000, "type": "string" }, "divisionName": { "description": "Name of the division to which the business unit belongs", "maxLength": 100, "type": "string" }, "emailAddress": { "description": "Email address for the business unit", "format": "email", "maxLength": 100, "type": "string" }, "fileAsName": { "description": "Alternative name under which the business unit can be filed", "maxLength": 100, "type": "string" }, "ftpSiteUrl": { "description": "FTP site URL for the business unit", "format": "uri", "maxLength": 200, "type": "string" }, "isDisabled": { "description": "Whether the business unit is disabled", "type": "boolean" }, "name": { "description": "Name of the business unit", "maxLength": 160, "minLength": 1, "type": "string" }, "stockExchange": { "description": "Stock exchange on which the business is listed", "maxLength": 10, "type": "string" }, "tickerSymbol": { "description": "Stock exchange ticker symbol for the business unit", "maxLength": 10, "type": "string" }, "webSiteUrl": { "description": "Website URL for the business unit", "format": "uri", "maxLength": 200, "type": "string" } }, "required": [ "businessUnitId" ], "type": "object" }

Other Tools from Dataverse 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/mwhesse/mcp-dataverse'

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