Azure Resource Graph MCP Server

by hardik-id
Verified

query-resources

Search, filter, and analyze Azure resources with Kusto Query Language (KQL). Retrieve resource details by type, location, tags, or properties 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 ID12a34b56-7c89-0d12-e34f-56g7890h1234

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": "12a34b56-7c89-0d12-e34f-56g7890h1234", "description": "Azure subscription ID", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Azure Resource Graph MCP Server

Related Tools

ID: 94rcudrvyv