Skip to main content
Glama
jonnybottles

M365 Roadmap MCP Server

by jonnybottles

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_roadmapA

Search the Microsoft 365 Roadmap for features matching keywords and filters.

Combines keyword search, product filtering, status filtering, cloud instance filtering, and recency filtering into a single flexible tool. All filter parameters are optional and can be combined. When no filters are provided, returns the most recent features.

Use this tool to:

  • Browse recent roadmap features (no filters)

  • Search for features by keyword (query="Copilot")

  • Filter by product (product="Microsoft Teams")

  • Find features by status (status="In development", "Rolling out", "Launched")

  • Filter by cloud instance (cloud_instance="GCC High", "DoD", "GCC")

  • Retrieve a specific feature by ID (feature_id="534606")

  • List recently added features (added_within_days=30)

  • Filter by release phase (release_phase="General Availability", "Preview")

  • Filter by platform (platform="Web", "iOS", "Android")

  • Filter by rollout date (rollout_date="2026-03")

  • Filter by preview date (preview_date="2026-07")

  • List recently modified features (modified_within_days=7)

  • Combine any of the above (query="Copilot" + product="Teams" + cloud_instance="GCC")

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/jonnybottles/M365-roadmap-mcp-server'

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