Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AZURE_CLIENT_IDNoAzure client (application) ID for service principal authentication.
AZURE_TENANT_IDNoMicrosoft Entra tenant ID to use for authentication. Also used when authenticating via Azure CLI.
AZURE_CLIENT_SECRETNoAzure client secret for service principal authentication. Avoid placing directly in committed MCP configuration; use the host's secret store or managed identity.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_workspacesA

List Azure Log Analytics workspaces accessible in a subscription.

search_tablesA

List or search tables in a Log Analytics workspace using ARM metadata.

describe_tableA

Get the canonical schema and retention metadata for a Log Analytics table.

query_workspaceA

Use for telemetry, logs, events, metrics, and time-series data stored in a Log Analytics workspace. Run bounded, read-only KQL against one workspace. Do not use for Azure resource inventory or configuration; use query_azure_resources for those.

query_azure_resourcesA

Use for Azure resource inventory, configuration, tags, policy, health, and cross-subscription discovery through Azure Resource Graph. Do not use for telemetry, logs, events, or time-series analysis; use query_workspace for those.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/kapetanios55/azure-query-mcp'

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