Resolves a natural-language description of what an app needs to do (e.g. "manage groups", "read all users", "send mail as the user") into the matching Microsoft Entra ID / Microsoft Graph permission(s) — returning each permission's NAME (scope value) and GUID. Use whenever the user asks "what permission do I need for…
Lightweight variant of entra-sp-architect that needs NO Terraform MCP / Docker. Use when the user wants to create an Entra ID (Azure AD) service principal / app registration with a specific set of Microsoft Graph permissions expressed as Terraform, but does not have the Docker-based terraform MCP running. Resolves…
Use when the user wants to create an Entra ID (Azure AD) service principal / app registration with a specific set of Microsoft Graph permissions expressed as Terraform. Resolves human permission names to GUIDs and Role/Scope type via the entra-permissions MCP, confirms azuread provider syntax via the terraform and…