GOOGLESUPER_PATCH_TASK

Partially updates an existing task (identified by task_id) within a specific Google Task list (identified by tasklist_id), modifying only the provided attributes from TaskInput (e.g., title, notes, due date, status) and requiring both the task and list to exist.

SERVERGoogle Super SOURCEgooglesuper
Medium RISK CLASS
Category Write
Parameters 110 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/googlesuper/googlesuper-patch-task.md

What GOOGLESUPER_PATCH_TASK does on Google Super

AI agents use GOOGLESUPER_PATCH_TASK to create or update resources in Google Super, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Google Super environment.

ParameterTypeRequiredDescription
id string Unique identifier for the task. Generated by Google Tasks API when creating a task. Used for updating or deleting existing tasks.
due string Due date for the task (optional). NOTE: Google Tasks only stores the date portion - any time provided will be normalized to midnight UTC by the API. Google Tas
etag string ETag of the resource for concurrency control. Prevents accidental overwrites when multiple clients modify the same task. Auto-generated by the API.
notes string Additional details or description for the task. Supports plain text only (no HTML/markdown). Maximum 8192 characters. Example: 'Include Q3 sales data and projec
title string Title/name of the task (REQUIRED). This is the main text displayed for the task. Maximum 1024 characters. Example: 'Complete quarterly report'
hidden boolean Whether the task is hidden from the default view. Hidden tasks can still be accessed via API but won't show in UI. Default: false
status string Current status of the task (REQUIRED). Must be either 'needsAction' (task is pending) or 'completed' (task is done). Default: 'needsAction'
deleted boolean Whether the task has been deleted. Deleted tasks are marked but not immediately removed, allowing for recovery. Default: false
task_id string Identifier of the Google Task to be updated within the specified task list.
completed string Date/time when the task was marked as completed. Only applicable when status='completed'. Unlike 'due', this field preserves the time component. Google Tasks A
tasklist_id string Identifier of the Google Task list that contains the task to be updated.

Parameters from the server's own tool schema.

Why GOOGLESUPER_PATCH_TASK is rated Medium

This tool creates or modifies data in a reversible manner (Write category). It patches an existing task with new values, which can be undone by patching again with different values. The severity is medium because unauthorized modifications to tasks could disrupt a user's productivity and task management, affecting calendars, reminders, and workflows, but the impact is limited to a single task list and is reversible.

From the tool's definition Tool description states it "Partially updates an existing task" by "modifying only the provided attributes" such as `title`, `notes`, `due` date, and `status`.

Risk signalsHigh parameter count (11 properties)

Questions about GOOGLESUPER_PATCH_TASK

What does the GOOGLESUPER_PATCH_TASK tool do? +

Partially updates an existing task (identified by task_id) within a specific Google Task list (identified by tasklist_id), modifying only the provided attributes from TaskInput (e.g., title, notes, due date, status) and requiring both the task and list to exist. It is categorised as a Write tool in the Google Super MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does GOOGLESUPER_PATCH_TASK accept? +

GOOGLESUPER_PATCH_TASK accepts 11 parameters: id, due, etag, notes, title, hidden, status, deleted, task_id, completed, tasklist_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on GOOGLESUPER_PATCH_TASK? +

Register the Google Super MCP server in PolicyLayer and add a rule for GOOGLESUPER_PATCH_TASK: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Google Super. Nothing to install.

What risk level is GOOGLESUPER_PATCH_TASK? +

GOOGLESUPER_PATCH_TASK is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit GOOGLESUPER_PATCH_TASK? +

Yes. Add a rate_limit block to the GOOGLESUPER_PATCH_TASK rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block GOOGLESUPER_PATCH_TASK completely? +

Set action: deny in the PolicyLayer policy for GOOGLESUPER_PATCH_TASK. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides GOOGLESUPER_PATCH_TASK? +

GOOGLESUPER_PATCH_TASK is provided by the Google Super MCP server (googlesuper). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Google Super, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Google Super's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.