Enhanced MCP Server

126 tools. 74 can modify or destroy data without limits.

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

Last updated:

74 can modify or destroy data
52 read-only
126 tools total

Community server · catalogue entry verified 04/07/2026

How to control Enhanced MCP Server ↓

What Enhanced MCP Server exposes to your agents

Read (52) Write / Execute (68) Destructive / Financial (6)
Critical Risk

The most dangerous Enhanced MCP Server tools

74 of Enhanced MCP Server's 126 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Enhanced MCP Server

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

Deny destructive operations
{
  "delete_calendar_event": {
    "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
{
  "add_behavior": {
    "limits": [
      {
        "counter": "add_behavior_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "count_documents": {
    "limits": [
      {
        "counter": "count_documents_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 Enhanced MCP Server — 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 ENHANCED →

Instant setup, no code required.

All 126 Enhanced MCP Server tools

WRITE 64 tools
Write add_behavior Store how the user does things - work habits, patterns, approaches Write add_contact Add a networking contact Write add_decision_style Store how the user makes decisions in different areas Write add_education Add education to your profile Write add_email_template Add an email template for reuse Write add_fact Store a factual piece of information about the user Write add_formula Add a formula to a specific cell Write add_goal Store user goals and objectives Write add_interview Add an interview for a job application Write add_job_application Add a new job application to track Write add_label Add a label to an email Write add_note Add a note Write add_pattern Store a recurring pattern the user follows Write add_preference Store user preferences - what they like/dislike, how they want things done Write add_skill Add a skill to your profile Write add_task Add a task or reminder Write add_work_experience Add work experience to your profile Write add_work_style Store how the user works - time management, focus, collaboration style Write append_sheet Append data to a Google Sheet Write append_to_document Append text to the end of a Google Document Write apply_paragraph_style Apply paragraph styling (headings, alignment) Write archive_email Archive an email Write complete_task Mark a task as completed Write copy_file Copy a file in Google Drive Write create_calendar_event Create a new calendar event Write create_daily_report Create a daily report document with predefined sections Write create_document Create a new Google Document with optional initial content Write create_draft Create a draft email Write create_folder Create a new folder in Google Drive Write create_followup_draft Create a follow-up email draft for job applications Write create_job_tracker Create a job tracker spreadsheet with predefined columns for Applications, Interviews, and Offers Write create_sheet_tab Create a new tab/worksheet in an existing spreadsheet Write create_spreadsheet Create a new Google Spreadsheet with optional multiple sheets/tabs Write create_thank_you_draft Create a thank you email draft after an interview Write export_to_drive Export content to a file in Google Drive Write format_cells Format cells in a spreadsheet (bold, colors, borders, alignment) Write format_document_text Apply formatting to text in a document (bold, italic, fontSize, colors) Write forward_email Forward an email to another recipient Write insert_bullet_list Insert a bullet list into a document Write insert_document Insert a single document into a collection Write insert_many_documents Insert multiple documents into a collection Write insert_numbered_list Insert a numbered list into a document Write insert_table Insert a table into a Google Document Write learn_about_user Log something new learned about the user during conversation Write log_interaction Log an interaction or activity with the user Write move_file Move a file to a different folder Write remember Quickly remember anything - facts, preferences, notes, temporary info. Use for any Write rename_file Rename a file or folder Write reply_to_email Reply to an existing email thread Write save_about_me Save any information about the user. Use this when user says Write send_draft Send an existing draft Write send_email Send an email via Gmail Write set_profile Set a personal profile field (name, email, phone, linkedin, github, summary, etc.) Write share_document Share a document with a user Write share_file Share a file or folder with a user Write share_file_with_anyone Share a file with anyone who has the link Write share_spreadsheet Share a spreadsheet with a user Write update_calendar_event Update an existing calendar event Write update_document Update a single document in a collection Write update_draft Update an existing draft Write update_job_application Update a job application Write update_many_documents Update multiple documents in a collection Write upload_file Upload a file to Google Drive Write write_sheet Write data to a Google Sheet range
READ 52 tools
Read count_documents Count documents in a collection matching a query Read describe_table Get detailed schema information for a specific table including columns, types, and constraints Read download_file Download a file from Google Drive Read find_documents Find documents in a collection. Supports query, limit, skip, and sort options. Read get_about_me Get stored information about the user. Use this FIRST before answering questions about the user. Read get_behaviors Get stored behavior patterns Read get_calendar_event Get details of a specific calendar event Read get_contacts Get networking contacts Read get_decision_styles Get stored decision-making styles Read get_draft Get a specific draft by ID Read get_education Get all education entries Read get_email_detail Get detailed information about a specific email Read get_email_template Get an email template by name Read get_everything_about_user Get ALL stored information about the user - complete memory dump. Use this at start of conversations. Read get_facts Get stored facts about the user Read get_file_metadata Get detailed metadata about a file Read get_full_profile Get complete profile with skills, experience, and education Read get_goals Get stored goals Read get_interactions Get logged interactions Read get_interviews Get interviews with optional filters Read get_job_applications Get job applications with optional filters Read get_job_search_summary Get summary statistics of your job search Read get_learnings Get things learned about the user Read get_notes Get notes with optional filters Read get_patterns Get stored patterns Read get_preferences Get stored preferences Read get_profile Get personal profile information Read get_sheet_info Get information about a Google Sheet including all tabs Read get_skills Get all skills, optionally filtered by category Read get_storage_quota Get Google Drive storage quota information Read get_table_count Get the total number of rows in a table Read get_tasks Get tasks/reminders Read get_work_experience Get all work experience Read get_work_style Get stored work style preferences Read list_calendar_events List upcoming calendar events Read list_collections List all collections in a specific database Read list_databases List all databases in MongoDB Read list_documents List all Google Docs in Drive Read list_drafts List all draft emails Read list_email_templates List all email templates Read list_emails List emails from Gmail Read list_files List files in Google Drive Read list_folders List only folders in Google Drive Read list_labels List all Gmail labels Read list_spreadsheets List all spreadsheets in Google Drive Read list_tables List all tables in the database with their schemas Read read_document Read the content of a Google Document Read read_sheet Read data from a Google Sheet range Read recall Recall stored memories. Search by topic, tags, or keyword. Read search_emails Search emails in Gmail Read search_files Search for files in Google Drive Read search_memory Search across all memory for a term

Related servers

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

Questions about Enhanced MCP Server

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

Yes. The Enhanced MCP Server server exposes 6 destructive tools including delete_calendar_event, delete_document, delete_draft. 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 Enhanced MCP Server? +

The Enhanced MCP Server server has 64 write tools including add_behavior, add_contact, add_decision_style. 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 Enhanced MCP Server.

How many tools does the Enhanced MCP Server MCP server expose? +

126 tools across 4 categories: Destructive, Execute, Read, Write. 52 are read-only. 74 can modify, create, or delete data.

How do I enforce a policy on Enhanced MCP Server? +

Register the Enhanced MCP Server 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 Enhanced MCP Server tool call.

Deterministic rules across all 126 Enhanced MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

126 Enhanced MCP Server 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.