GOOGLESUPER_LIST_TASKS
Retrieves tasks from a Google Tasks list; all date/time strings must be RFC3339 UTC, and showCompleted must be true if completedMin or completedMax are specified.
This record as markdown: /tools/googlesuper/googlesuper-list-tasks.md
What GOOGLESUPER_LIST_TASKS does on Google Super
AI agents call GOOGLESUPER_LIST_TASKS to retrieve information from Google Super without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
dueMax | string | — | Exclude tasks due after this date. Google Tasks API requires dates in RFC3339 format (e.g., 2025-09-22T13:48:27Z). We automatically convert various human-reada |
dueMin | string | — | Exclude tasks due before this date. Google Tasks API requires dates in RFC3339 format (e.g., 2025-09-22T13:48:27Z). We automatically convert various human-read |
pageToken | string | — | Token from a previous list operation for fetching a specific page; if omitted, retrieves the first page. |
maxResults | integer | — | Maximum number of tasks to return. API default: 20, maximum: 100. |
showHidden | boolean | — | Include hidden tasks. Defaults to false. |
updatedMin | string | — | Lower bound for task's last modification time (for syncing). Google Tasks API requires dates in RFC3339 format (e.g., 2025-09-22T13:48:27Z). We automatically c |
showDeleted | boolean | — | Include deleted tasks. Defaults to false. |
tasklist_id | string | — | Identifier of the task list. Use '@default' for the user's primary task list. |
completedMax | string | — | Exclude tasks completed after this date. Google Tasks API requires dates in RFC3339 format (e.g., 2025-09-22T13:48:27Z). We automatically convert various human |
completedMin | string | — | Exclude tasks completed before this date. Google Tasks API requires dates in RFC3339 format (e.g., 2025-09-22T13:48:27Z). We automatically convert various huma |
showCompleted | boolean | — | Include completed tasks. Defaults to true. (See action docstring for interaction with `completedMin`/`Max`). |
Parameters from the server's own tool schema.
Why GOOGLESUPER_LIST_TASKS is rated Low
This tool only retrieves or queries existing task data from Google Tasks without any side effects, creation, modification, deletion, or execution capabilities. It is a straightforward data retrieval operation fitting the Read category with low severity due to minimal blast radius if misused—an agent could only over-query task data but cannot modify or delete it.
From the tool's definition Tool name contains 'LIST' and description states it 'Retrieves tasks' with no modification capabilities mentioned. The parameters discussed (date/time formats, showCompleted filter) are all read-only query options.
Risk signalsHigh parameter count (11 properties)
Attacks that exploit this kind of access
The rule that runs GOOGLESUPER_LIST_TASKS safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Google Super, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For GOOGLESUPER_LIST_TASKS, this is the rule to start with:
GOOGLESUPER_LIST_TASKS is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Google Super, apply this rule, and every GOOGLESUPER_LIST_TASKS call is checked against it from then on.
Questions about GOOGLESUPER_LIST_TASKS
Retrieves tasks from a Google Tasks list; all date/time strings must be RFC3339 UTC, and showCompleted must be true if completedMin or completedMax are specified. It is categorised as a Read tool in the Google Super MCP Server, which means it retrieves data without modifying state.
GOOGLESUPER_LIST_TASKS accepts 11 parameters: dueMax, dueMin, pageToken, maxResults, showHidden, updatedMin, showDeleted, tasklist_id, completedMax, completedMin, showCompleted. The full parameter table on this page comes from the server's own tool schema.
Register the Google Super MCP server in PolicyLayer and add a rule for GOOGLESUPER_LIST_TASKS: 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.
GOOGLESUPER_LIST_TASKS is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the GOOGLESUPER_LIST_TASKS 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.
Set action: deny in the PolicyLayer policy for GOOGLESUPER_LIST_TASKS. 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.
GOOGLESUPER_LIST_TASKS 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.
This server
Across the catalogue