MCP Server Policy

GOOGLE WORKSPACE TASKS (GWS CLI) MCP POLICY

Enforce policies on every tool call to the Google Workspace Tasks (gws CLI). 14 tools listed, categorised, and ready for rules.

gws mcp -s tasks 4 read 10 write 14 tools total
google-workspace tasks todo google

GET STARTED

Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Google Workspace Tasks (gws CLI).

terminal

# Download policy scaffold

curl -o google-workspace-tasks.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/google-workspace-tasks.yaml

# Run with Intercept

intercept --policy google-workspace-tasks.yaml -- npx -y @gws mcp -s tasks

Server documentation: https://github.com/googleworkspace/cli

READ TOOLS

4

WRITE TOOLS

8

DESTRUCTIVE TOOLS

2

POLICY YAML

This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.

google-workspace-tasks.yaml
version: "1"
description: "Policy for gws mcp -s tasks"
default: "allow"
tools:
    tasks_tasklists_get:
        rules: []
    tasks_tasklists_list:
        rules: []
    tasks_tasks_get:
        rules: []
    tasks_tasks_list:
        rules: []
    tasks_tasklists_insert:
        rules: []
    tasks_tasklists_patch:
        rules: []
    tasks_tasklists_update:
        rules: []
    tasks_tasks_clear:
        rules: []
    tasks_tasks_insert:
        rules: []
    tasks_tasks_move:
        rules: []
    tasks_tasks_patch:
        rules: []
    tasks_tasks_update:
        rules: []
    tasks_tasklists_delete:
        rules: []
    tasks_tasks_delete:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Google Workspace Tasks (gws CLI) MCP server expose?

The Google Workspace Tasks (gws CLI) exposes 14 tools across 3 categories: Read, Write, Destructive. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Google Workspace Tasks (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 Tasks (gws CLI) MCP server. Every tool call is evaluated against your YAML policy before execution.

Is the Google Workspace Tasks (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 TASKS (GWS CLI)

Open source. One binary. Zero dependencies.