Outlook Meetings Scheduler MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_MODE | No | Authentication mode: 'interactive' (default), 'client_credentials', or 'client_provided_token' | interactive |
| CLIENT_ID | No | Azure AD Application (Client) ID | |
| TENANT_ID | No | Azure AD Tenant ID | common |
| USER_EMAIL | No | Email address of the user whose calendar to access | |
| ACCESS_TOKEN | No | Pre-acquired access token | |
| REDIRECT_URI | No | Custom redirect URI | http://localhost |
| CLIENT_SECRET | No | Azure AD Application Client Secret | |
| TOKEN_EXPIRES_ON | No | Token expiration date in ISO format (e.g., 2025-10-03T12:00:00Z) |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find-personC | Find a person's email address by their name |
| create-eventC | Create a calendar event using Microsoft Graph API |
| create-event-with-attendeesC | Create a calendar event with attendees using Microsoft Graph API |
| get-eventC | Get details of a calendar event by its ID |
| list-eventsC | List calendar events with optional filtering |
| update-eventC | Update an existing calendar event |
| update-event-attendeesC | Add or remove attendees from a calendar event |
| delete-eventC | Delete a calendar event |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/anoopt/outlook-meetings-scheduler-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server