Skip to main content
Glama

Azure Assistant MCP

by iOSDevil

ask-azure

Answer Azure resource questions by generating and executing KQL queries against Azure Resource Graph to retrieve resource information.

Instructions

Answer a question by generating and running an Azure Resource Graph KQL query.

Input Schema

NameRequiredDescriptionDefault
auto_executeNoExecute the generated KQL automatically (default: true)
questionYesYour natural-language question about Azure resources
subscription_idsNoOptional explicit subscription IDs
tenant_nameNoOptional configured tenant name
use_all_subscriptionsNoIf no subscriptions are provided, attempt to auto-discover all accessible subscriptions (default: true)

Input Schema (JSON Schema)

{ "properties": { "auto_execute": { "default": true, "description": "Execute the generated KQL automatically (default: true)", "type": "boolean" }, "question": { "description": "Your natural-language question about Azure resources", "type": "string" }, "subscription_ids": { "description": "Optional explicit subscription IDs", "items": { "type": "string" }, "type": "array" }, "tenant_name": { "description": "Optional configured tenant name", "type": "string" }, "use_all_subscriptions": { "default": true, "description": "If no subscriptions are provided, attempt to auto-discover all accessible subscriptions (default: true)", "type": "boolean" } }, "required": [ "question" ], "type": "object" }

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/iOSDevil/Azure-Assistant-MCP'

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