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
search_roadmapA

Search roadmap features by free text and filter by product, status, cloud instance or platform. Returns summaries; call get_roadmap_item for the full description.

get_roadmap_itemA

Full detail for a single roadmap feature, by its numeric feature ID.

list_recent_changesA

Features added or updated in the last N days, newest first. This is the radar: what moved on the roadmap since you last looked.

get_azure_statusA

Active Azure service incidents, read live from the public status feed. An empty list means Azure is reporting no active issues.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: searching roadmap summaries, fetching full details by ID, listing recent changes, and checking Azure status. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: search_roadmap, get_roadmap_item, list_recent_changes, get_azure_status. No deviations.

Tool Count5/5

Four tools is well-scoped for a radar-focused server: search, detail, recent changes, and status. Each tool earns its place without redundancy.

Completeness4/5

The set covers the core workflows: finding roadmap items, getting full details, seeing recent updates, and checking Azure health. Minor gap is the lack of a non-searchable 'list all roadmap items' tool, but search_roadmap can likely serve that purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues