get-role-definitions
Retrieve and list available Azure role definitions for specific scopes to manage access control efficiently using the Azure MCP Server.
Instructions
List available role definitions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scope | No | Scope for role definitions. Leave empty for subscription level. |
Input Schema (JSON Schema)
{
"properties": {
"scope": {
"description": "Scope for role definitions. Leave empty for subscription level.",
"type": "string"
}
},
"required": [],
"type": "object"
}