200 tools. 97 can modify or destroy data without limits.
29 destructive tools with no built-in limits. Policy required.
Last updated:
Destructive tools (GOOGLESUPER_BATCH_DELETE_MESSAGES, GOOGLESUPER_CALENDARS_DELETE, GOOGLESUPER_CLEAR_BASIC_FILTER) permanently delete resources. There is no undo. An agent calling these in a retry loop causes irreversible damage.
Write operations (GOOGLESUPER_ACL_PATCH, GOOGLESUPER_ADD_ENRICHMENT, GOOGLESUPER_ADD_FILE_SHARING_PREFERENCE) modify state. Without rate limits, an agent can make hundreds of changes in seconds — faster than any human can review or revert.
Execute tools (GOOGLESUPER_BATCH_RUN_REPORTS, GOOGLESUPER_EXECUTE_SQL, GOOGLESUPER_PARSE_FILE) trigger processes with side effects. Builds, notifications, workflows — all fired without throttling.
GOOGLESUPER_BATCH_DELETE_MESSAGES:
rules:
- action: deny Destructive tools should never be available to autonomous agents without human approval.
GOOGLESUPER_ACL_PATCH:
rules:
- rate_limit: 30/hour Prevents bulk unintended modifications from agents caught in loops.
GOOGLESUPER_AGGREGATE_COLUMN_DATA:
rules:
- rate_limit: 60/minute Controls API costs and prevents retry loops from exhausting upstream rate limits.
Yes. The Google Super server exposes 29 destructive tools including GOOGLESUPER_BATCH_DELETE_MESSAGES, GOOGLESUPER_CALENDARS_DELETE, GOOGLESUPER_CLEAR_BASIC_FILTER. These permanently remove resources with no undo. Intercept blocks destructive tools by default so they never reach the upstream server.
The Google Super server has 65 write tools including GOOGLESUPER_ACL_PATCH, GOOGLESUPER_ADD_ENRICHMENT, GOOGLESUPER_ADD_FILE_SHARING_PREFERENCE. Set rate limits in your policy file -- for example, rate_limit: 10/hour prevents an agent from making more than 10 modifications per hour. Intercept enforces this at the transport layer.
200 tools across 4 categories: Destructive, Execute, Read, Write. 103 are read-only. 97 can modify, create, or delete data.
One line change. Instead of running the Google Super server directly, prefix it with Intercept: intercept -c googlesuper.yaml -- npx -y @googlesuper. Download a pre-built policy from policylayer.com/policies/googlesuper and adjust the limits to match your use case.
Starter policies available for each. Same risk classification, same one-command setup.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.