MCP Server Policy
GOOGLE WORKSPACE CALENDAR (GWS CLI) MCP POLICY
Enforce policies on every tool call to the Google Workspace Calendar (gws CLI). 37 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Google Workspace Calendar (gws CLI).
# Download policy scaffold
curl -o google-workspace-calendar.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/google-workspace-calendar.yaml
# Run with Intercept
intercept --policy google-workspace-calendar.yaml -- npx -y @gws mcp -s calendar Server documentation: https://github.com/googleworkspace/cli
READ TOOLS
12WRITE TOOLS
20DESTRUCTIVE TOOLS
5POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for gws mcp -s calendar"
default: "allow"
tools:
calendar_acl_get:
rules: []
calendar_acl_list:
rules: []
calendar_calendarList_get:
rules: []
calendar_calendarList_list:
rules: []
calendar_calendars_get:
rules: []
calendar_colors_get:
rules: []
calendar_events_get:
rules: []
calendar_events_instances:
rules: []
calendar_events_list:
rules: []
calendar_freebusy_query:
rules: []
calendar_settings_get:
rules: []
calendar_settings_list:
rules: []
calendar_acl_insert:
rules: []
calendar_acl_patch:
rules: []
calendar_acl_update:
rules: []
calendar_acl_watch:
rules: []
calendar_calendarList_insert:
rules: []
calendar_calendarList_patch:
rules: []
calendar_calendarList_update:
rules: []
calendar_calendarList_watch:
rules: []
calendar_calendars_insert:
rules: []
calendar_calendars_patch:
rules: []
calendar_calendars_update:
rules: []
calendar_channels_stop:
rules: []
calendar_events_import:
rules: []
calendar_events_insert:
rules: []
calendar_events_move:
rules: []
calendar_events_patch:
rules: []
calendar_events_quickAdd:
rules: []
calendar_events_update:
rules: []
calendar_events_watch:
rules: []
calendar_settings_watch:
rules: []
calendar_acl_delete:
rules: []
calendar_calendarList_delete:
rules: []
calendar_calendars_clear:
rules: []
calendar_calendars_delete:
rules: []
calendar_events_delete:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Google Workspace Calendar (gws CLI) MCP server expose?
The Google Workspace Calendar (gws CLI) exposes 37 tools across 3 categories: Read, Write, Destructive. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Google Workspace Calendar (gws CLI)?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Google Workspace Calendar (gws CLI) MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Google Workspace Calendar (gws CLI) policy free to use?
Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.
ENFORCE POLICIES ON GOOGLE WORKSPACE CALENDAR (GWS CLI)
Open source. One binary. Zero dependencies.