Skip to main content
Glama

Manage Presentation Comment

manage_presentation_comment

Create, reply to, or resolve comments on a Google Slides presentation. Provide the presentation ID and the desired action.

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
user_google_emailYes
presentation_idYes
actionYes
comment_contentNo
comment_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds behavioral context beyond annotations by noting that the Drive API cannot anchor comments to arbitrary text and that Slides comments are element-scoped. Annotations already indicate the tool is not read-only, but the description enriches understanding of constraints and action behaviors.

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 concise, using a short sentence followed by a bullet list for actions. Every sentence adds value without redundancy, and the structure front-loads the main purpose. It is well-organized and easy to scan.

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?

Given the tool's complexity (three actions, five parameters) and the presence of an output schema, the description covers the actions and their dependencies adequately. However, it lacks context on the two missing parameters and does not guide the agent to related tools like list_presentation_comments for obtaining comment IDs, leaving gaps for effective invocation.

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?

With 0% schema description coverage, the description must compensate, but it only explains three of five parameters (action, comment_content, comment_id). It omits descriptions for the required parameters 'user_google_email' and 'presentation_id', which are critical for invocation. The action-specific parameter guidance is helpful but incomplete.

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 states 'Manage comments on a Google Presentation' and lists three specific actions (create, reply, resolve), providing a precise verb-resource pairing. The note about Slides comments being element-scoped further distinguishes it from similar comment tools for other Google apps.

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 explains each action and its parameter requirements, which implies when to use them. However, it does not explicitly state when to choose this tool over siblings (e.g., manage_document_comment, manage_spreadsheet_comment) or provide when-not-to-use guidance, limiting clarity on selection.

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

Install Server

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/theolefort-cyber/mcpworkspace'

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