Skip to main content
Glama
MagicTurtle-s

o365-Admin MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AZURE_CLIENT_IDYesYour Azure AD application client ID
AZURE_TENANT_IDYesYour Azure AD tenant ID
AZURE_CLIENT_SECRETYesYour Azure AD application client secret

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_skillsA

Returns available skills and resource references. Skills contain API patterns and best practices. Resources contain endpoint-specific documentation for different Microsoft 365 services.

read_skillA

Loads a skill or resource reference into context. Use this to learn API patterns before making calls.

graph_api_callA

Execute a Microsoft Graph API call. Read the graph-api skill and relevant resource documentation first.

powerplatform_api_callC

Execute a Power Platform API call. Read the powerplatform-api skill and relevant resource documentation first.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool occupies a distinct role: list_skills discovers available references, read_skill loads a chosen reference, and the two call tools are explicitly separated by target API family (Microsoft Graph vs Power Platform). No two tools plausibly do the same thing.

Naming Consistency3/5

The skill tools use a clear verb_noun pattern (list_skills, read_skill), but the execution tools are named as target_noun phrases (graph_api_call, powerplatform_api_call) rather than verb-first equivalents. The mixed convention is still readable, but not consistent across the set.

Tool Count5/5

Four tools is a well-scoped size for this server's intended workflow: discover documentation, load documentation, then execute against one of two API families. Every tool has a clear purpose and none feels redundant.

Completeness5/5

The server covers the full lifecycle implied by its design: list and read the available skills/resources, then make calls to both Microsoft Graph and Power Platform APIs. Since the API-call tools are generic, they can cover any admin operation once the relevant skill is loaded, leaving no obvious dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues