GOOGLESUPER_LIST_COMMENTS
Tool to list all comments for a file in Google Drive. Use when you need to retrieve comments associated with a specific file.
This record as markdown: /tools/googlesuper/googlesuper-list-comments.md
What GOOGLESUPER_LIST_COMMENTS does on Google Super
AI agents call GOOGLESUPER_LIST_COMMENTS 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 |
|---|---|---|---|
fields | string | — | A comma-separated list of fields to include in the response. Use `*` to include all fields. |
fileId | string | — | The ID of the file. |
pageSize | integer | — | The maximum number of comments to return per page. |
pageToken | string | — | The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. |
includeDeleted | boolean | — | Whether to include deleted comments. Deleted comments will not include their original content. |
startModifiedTime | string | — | The minimum value of 'modifiedTime' for the result comments (RFC 3339 date-time). |
Parameters from the server's own tool schema.
Why GOOGLESUPER_LIST_COMMENTS is rated Low
This tool only retrieves/queries existing comment data from a file without modifying, deleting, or executing any operations. It poses minimal risk as it simply returns information already associated with a file the user has access to.
From the tool's definition Tool explicitly described as 'list all comments for a file in Google Drive' and 'retrieve comments' — these are read-only operations with no side effects.
Attacks that exploit this kind of access
The rule that runs GOOGLESUPER_LIST_COMMENTS 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_COMMENTS, this is the rule to start with:
GOOGLESUPER_LIST_COMMENTS 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_COMMENTS call is checked against it from then on.
Questions about GOOGLESUPER_LIST_COMMENTS
Tool to list all comments for a file in Google Drive. Use when you need to retrieve comments associated with a specific file. It is categorised as a Read tool in the Google Super MCP Server, which means it retrieves data without modifying state.
GOOGLESUPER_LIST_COMMENTS accepts 6 parameters: fields, fileId, pageSize, pageToken, includeDeleted, startModifiedTime. 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_COMMENTS: 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_COMMENTS 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_COMMENTS 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_COMMENTS. 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_COMMENTS 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