Rediger

Del via


Azure MCP Server tools for Azure Resource Group

The Azure MCP Server lets you manage resource groups and the resources they contain, including: listing resource groups in a subscription and listing resources within a group, with natural language prompts.

Azure Resource Group is the Azure service for organizing and managing related resources as a single lifecycle and access boundary. For more information, see Azure Resource Group documentation.

Note

Tool parameters: The Azure MCP Server tools define parameters for data they need to complete tasks. Some of these parameters are specific to each tool and are documented below. Other parameters are global and shared by all tools. For more information, see Tool parameters.

List resource groups

List all resource groups in a subscription. The tool returns resource group names and IDs as a JSON array, which you can use to inventory or audit resources and to drive follow-up automation.

Example prompts include:

  • "List resource groups in my subscription."
  • "Show my resource groups."
  • "Display resource groups in my subscription."

Tool annotation hints:

Destructive: ❌ | Idempotent: ✅ | Open World: ❌ | Read Only: ✅ | Secret: ❌ | Local Required: ❌

List group resources

List all resources in a resource group. The tool retrieves each resource's name, ID, type, and location from Azure Resource Manager and returns a JSON object with a resources array containing those fields.

Example prompts include:

  • "List all resources in resource group 'my-rg'."
  • "Show me what resources are in resource group 'webapp-dev'."
  • "What resources exist in resource group 'rg-production'?"
Parameter Required or optional Description
Resource group name Required The name of the Azure resource group. A resource group is a logical container for Azure resources.

Tool annotation hints:

Destructive: ❌ | Idempotent: ✅ | Open World: ❌ | Read Only: ✅ | Secret: ❌ | Local Required: ❌