Skip to main content
Glama

Manage Presentation Comment

manage_presentation_comment

Create, reply to, and resolve comments on Google Slides presentations. Provide comment content or ID to manage discussion threads directly from your AI assistant.

Instructions

Manage comments on a Google Presentation.

Actions:

  • create: Create a new comment. Requires comment_content. Note: The Drive API cannot anchor comments to arbitrary text; Slides comments are element-scoped via the API.

  • 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
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

The description adds a meaningful behavioral note beyond annotations: Slides comments are element-scoped via the Drive API and cannot be anchored to arbitrary text. This warns the agent about a real API limitation that annotations do not convey. The stated create/reply/resolve mutations are consistent with readOnlyHint=false and destructiveHint=false.

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, scannable, and front-loaded with the resource and action list. The API limitation note is placed where relevant, and no sentence is wasted.

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

Completeness4/5

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

For a moderate-complexity management tool with an output schema and five parameters, the description covers the action semantics and the key API anchoring limitation. It could be more complete by pointing to list_presentation_comments for obtaining comment_id, but the essential call behavior is adequately specified.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It does clarify action-conditional parameter requirements: create needs comment_content; reply needs comment_id and comment_content; resolve needs comment_id. However, it does not explain user_google_email, presentation_id, or the null defaults, leaving some parameters dependent on obvious naming.

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

Purpose4/5

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

The description clearly names the resource (comments on a Google Presentation) and enumerates the three concrete actions: create, reply, and resolve. This distinguishes it from list-only or other document comment tools, though it does not explicitly reference sibling tool names.

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 action list gives implied usage context by stating which parameters each action requires. However, it does not explicitly say when to prefer this tool over list_presentation_comments or other manage_comment siblings, nor does it provide exclusions or fallback guidance.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WorldCentralKitchen/google_workspace_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server