Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_subscriptionsA

List subscriptions the service principal can see (filtered by allowlist).

list_locationsA

List the regions available to a subscription.

list_resource_groupsA

List resource groups in a subscription (filtered by allowlist).

list_resourcesA

List resources in a subscription, or within a specific resource group.

get_resourceA

Fetch a resource by its full ARM id. Provide the api-version for the resource type.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct level of the Azure hierarchy: subscriptions, locations, resource groups, resource collection, and individual resources by ARM ID. There is no overlap between them, and list_resources clearly differs from get_resource by operating on collections rather than a single resource.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern: list_* for collection operations and get_ for a single resource fetch. The naming is predictable and uniform across the entire set.

Tool Count5/5

Five tools is well-scoped for a read-only Azure resource explorer. Each tool covers a meaningful and distinct part of the subscription/resource group/resource hierarchy without unnecessary duplication or bloat.

Completeness4/5

The tool set provides solid coverage for read-only Azure inventory: subscriptions, regions, resource groups, resource listing, and individual resource retrieval. Minor gaps exist such as no direct get for a subscription or resource group by name, and no write/management operations, but that appears to align with the apparent read-only purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues