listAzureResourceGroups
Retrieve resource groups from your Azure subscription to manage cloud resources and organize infrastructure components effectively.
Instructions
List resource groups in a selected Azure subscription using MCP elicitation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subscriptionId | No | Azure subscription ID (will be elicited if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"subscriptionId": {
"description": "Azure subscription ID (will be elicited if not provided)",
"type": "string"
}
},
"type": "object"
}