Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AZURE_CLIENT_ID | No | Azure client ID for authentication | |
AZURE_TENANT_ID | No | Azure tenant ID for authentication | |
SUBSCRIPTION_ID | No | Azure subscription ID | |
AZURE_CLIENT_SECRET | No | Azure client secret for authentication | |
AZURE_SUBSCRIPTION_ID | No | Azure subscription ID for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
query-resources | 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. |