Skip to main content
Glama

Dataverse MCP Server

by mwhesse

get_dataverse_role

Retrieve detailed security role information including properties, business unit associations, and configuration settings to inspect role definitions and understand permission structures in Microsoft Dataverse.

Instructions

Retrieves detailed information about a specific security role including its properties, business unit association, and configuration settings. Use this to inspect role definitions and understand permission structures.

Input Schema

NameRequiredDescriptionDefault
roleIdYesID of the role to retrieve

Input Schema (JSON Schema)

{ "properties": { "roleId": { "description": "ID of the role to retrieve", "type": "string" } }, "required": [ "roleId" ], "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