Skip to main content
Glama
tom275275

Google Workspace MCP Server

by tom275275

manage_presentation_comment

Add, respond to, and resolve comments on Google Slides. Provide comment content and ID to create or reply, or resolve by ID.

Instructions

Manage comments on a Google Presentation.

Actions:

  • create: Create a new comment. Requires comment_content.

  • reply: Reply to a comment. Requires comment_id and comment_content.

  • resolve: Resolve a comment. Requires comment_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
comment_idNo
comment_contentNo
presentation_idYes
user_google_emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.14.3

TDQS

A3.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description carries the full burden of explaining behavioral effects. It lists the actions but does not disclose whether resolve is reversible or destructive, what permissions are required, whether side effects occur immediately, or what the tool returns. The action names provide minimal behavioral meaning but leave important gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, front-loaded with the resource and operation type, and uses a clean bullet list for actions. Every sentence adds value and there is no redundant or boilerplate text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is moderately complex with conditional parameters, and the description covers the basic invocation contract. However, it omits guidance on where comment_id comes from, whether prior authentication is expected, and any caveats about editing presentation comments. Since an output schema exists, return value details can be safely omitted.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description is the only source of parameter meaning. It usefully maps each action to its required parameters, which is critical because action has no enum and comment_id/comment_content are nullable. The remaining required parameters, user_google_email and presentation_id, are self-explanatory from their names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as managing comments on a Google Presentation and enumerates exactly three actions: create, reply, and resolve. This makes it easily distinguishable from sibling tools like manage_document_comment and manage_spreadsheet_comment.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: when working with comments on a Google Presentation. However, it does not explicitly compare against nearby alternatives, mention when not to use it, or point to list_presentation_comments as the source for comment_id values.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools