Skip to main content
Glama

Azure Resource Graph MCP Server

query-resources

Search, filter, and analyze Azure resources across subscriptions using Azure Resource Graph. Write KQL queries to find resources by type, location, tags, or properties. Use for infrastructure auditing, compliance checks, and resource inventory management.

Instructions

Retrieves resources and their details from Azure Resource Graph. Use this tool to search, filter, and analyze Azure resources across subscriptions. It supports Kusto Query Language (KQL) for complex queries to find resources by type, location, tags, or properties. Useful for infrastructure auditing, resource inventory, compliance checking, and understanding your Azure environment's current state.

Input Schema

NameRequiredDescriptionDefault
queryNoResource Graph query, defaults to listing all resources
subscriptionIdNoAzure subscription ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Resource Graph query, defaults to listing all resources", "type": "string" }, "subscriptionId": { "default": "", "description": "Azure subscription ID", "type": "string" } }, "type": "object" }

Other Tools from Azure Resource Graph 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/hardik-id/azure-resource-graph-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server