Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MS365_MCP_CLIENT_IDNoAzure AD app client ID (optional)
MS365_MCP_TENANT_IDNoAzure AD tenant ID (default: common)common
MS365_MCP_CLIENT_SECRETNoClient secret for confidential apps

Tools

Functions exposed to the LLM to take actions

NameDescription
login

Authenticate with Microsoft using device code flow

logout

Log out from Microsoft account

verify-login

Check current Microsoft authentication status

list-accounts

List all available Microsoft accounts

select-account

Select a specific Microsoft account to use

remove-account

Remove a Microsoft account from the cache

graph-request

Execute a raw Microsoft Graph API request. Supports any Graph API endpoint. Can target specific account without switching.

Documentation:

  • Graph API Reference: https://learn.microsoft.com/en-us/graph/api/overview

  • Common endpoints: /me, /users, /groups, /me/messages, /me/calendar/events, /me/drive

  • OData query params: $select, $filter, $top, $orderby, $expand, $count, $search

  • Permissions reference: https://learn.microsoft.com/en-us/graph/permissions-reference

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/ForITLLC/forit-microsoft-graph'

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