m365-radar
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
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.
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.
Four tools is well-scoped for a radar-focused server: search, detail, recent changes, and status. Each tool earns its place without redundancy.
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.