Skip to main content
Glama

Dataverse MCP Server

by mwhesse

create_dataverse_role

Create custom security roles in Dataverse to define user permissions and access levels, controlling what users can see and do within the system for different job functions.

Instructions

Creates a new security role in Dataverse to define permissions and access levels for users and teams. Security roles control what users can see and do within the system. Use this to establish custom permission sets for different user types or job functions.

Input Schema

NameRequiredDescriptionDefault
appliesToNoPersonas/Licenses the security role applies to
businessUnitIdNoBusiness unit ID to associate the role with (defaults to root business unit)
descriptionNoDescription of the security role
isAutoAssignedNoWhether the role is auto-assigned based on user license
isInheritedNo0 = Team privileges only, 1 = Direct User access level and Team privileges1
nameYesName of the security role
summaryOfCoreTablePermissionsNoSummary of Core Table Permissions of the Role

Input Schema (JSON Schema)

{ "properties": { "appliesTo": { "description": "Personas/Licenses the security role applies to", "maxLength": 2000, "type": "string" }, "businessUnitId": { "description": "Business unit ID to associate the role with (defaults to root business unit)", "type": "string" }, "description": { "description": "Description of the security role", "maxLength": 2000, "type": "string" }, "isAutoAssigned": { "default": false, "description": "Whether the role is auto-assigned based on user license", "type": "boolean" }, "isInherited": { "default": "1", "description": "0 = Team privileges only, 1 = Direct User access level and Team privileges", "enum": [ "0", "1" ], "type": "string" }, "name": { "description": "Name of the security role", "maxLength": 100, "type": "string" }, "summaryOfCoreTablePermissions": { "description": "Summary of Core Table Permissions of the Role", "maxLength": 2000, "type": "string" } }, "required": [ "name" ], "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