Outlook

43 tools. 23 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

23 can modify or destroy data
20 read-only
43 tools total

Community server · catalogue entry verified 11/06/2026

How to control Outlook ↓

What Outlook exposes to your agents

Read (20) Write / Execute (20) Destructive / Financial (2)
Critical Risk

The most dangerous Outlook tools

23 of Outlook's 43 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Outlook

PolicyLayer is an MCP gateway — it sits between your AI agents and Outlook, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "outlook_delete_email": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "outlook_categorize_email": {
    "limits": [
      {
        "counter": "outlook_categorize_email_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "outlook_check_availability": {
    "limits": [
      {
        "counter": "outlook_check_availability_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Outlook — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON OUTLOOK →

Free to start. No card required.

All 43 Outlook tools

READ 20 tools
Read outlook_check_availability Check availability for users Read outlook_check_calendar_permissions Check permissions for a calendar Read outlook_download_attachment Download a specific email attachment Read outlook_find_meeting_times Find optimal meeting times for attendees Read outlook_get_busy_times Get busy times for users Read outlook_get_calendar_view Get a view of a calendar for a specific time range Read outlook_get_email Get detailed information about a specific email Read outlook_get_event Get a specific calendar event Read outlook_get_folder_stats Get statistics for a specific folder Read outlook_get_sharepoint_file Fetch a SharePoint file using the same authenticated session as Outlook. Handles sharing links from emails. Ei Read outlook_list_attachments List all attachments for a specific email Read outlook_list_calendars List available calendars Read outlook_list_emails List emails from Outlook inbox or specified folder Read outlook_list_events List calendar events from Outlook Read outlook_list_folders List all email folders Read outlook_list_sharepoint_files List files in SharePoint sites or OneDrive folders using the same authenticated session Read outlook_scan_attachments Scan emails for large or suspicious attachments Read outlook_search_emails Search emails across all folders with advanced filters for analysis Read outlook_validate_event_datetimes Validate event start and end times Read outlook_resolve_sharepoint_link Resolve SharePoint sharing links from emails to get file metadata without downloading

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Outlook

Can an AI agent delete data through the Outlook MCP server? +

Yes. The Outlook server exposes 2 destructive tools including outlook_delete_email, outlook_delete_event. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Outlook? +

The Outlook server has 19 write tools including outlook_categorize_email, outlook_flag_email, outlook_forward_email. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Outlook.

How many tools does the Outlook MCP server expose? +

43 tools across 4 categories: Destructive, Execute, Read, Write. 20 are read-only. 23 can modify, create, or delete data.

How do I enforce a policy on Outlook? +

Register the Outlook MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Outlook tool call.

Deterministic rules across all 43 Outlook tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

43 Outlook tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.