Skip to main content
Glama

Dataverse MCP Server

by mwhesse

set_businessunit_parent

Change the parent business unit to reorganize organizational hierarchy and reporting relationships in Microsoft Dataverse.

Instructions

Changes the parent business unit for a given business unit, effectively moving it within the organizational hierarchy. Use this to reorganize business unit structure and reporting relationships.

Input Schema

NameRequiredDescriptionDefault
businessUnitIdYesUnique identifier of the business unit
parentBusinessUnitIdYesUnique identifier of the new parent business unit

Input Schema (JSON Schema)

{ "properties": { "businessUnitId": { "description": "Unique identifier of the business unit", "type": "string" }, "parentBusinessUnitId": { "description": "Unique identifier of the new parent business unit", "type": "string" } }, "required": [ "businessUnitId", "parentBusinessUnitId" ], "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