Skip to main content
Glama

delete_comment

Delete a comment permanently by its ID. This action is irreversible and returns confirmation of the removed comment.

Instructions

Permanently delete a comment by id. This cannot be undone. Returns a confirmation object with the deleted comment id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYesID of the comment to delete.
Behavior4/5

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

The description discloses that deletion is permanent and irreversible, and specifies the return value ('confirmation object with the deleted comment id'). This is sufficient for a simple delete operation, given no annotations are present to bear additional burden.

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 extremely concise: two short sentences that convey the action, irreversibility, and return value without any redundant or unnecessary information. Every sentence earns its place.

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

Completeness5/5

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

Given the tool's simplicity (one required parameter, no output schema, and no annotations), the description fully captures the essential information: what the tool does, its irreversible nature, and what it returns. No important details are missing.

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?

The input schema already describes the single parameter (comment_id) with 100% coverage. The description does not add any additional meaning or format details beyond what the schema provides, so it meets the baseline but does not exceed it.

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 the verb 'delete' and the specific resource 'comment by id', leaving no ambiguity about the tool's function. Among sibling tools with similar names (e.g., delete_task, delete_folder), the resource is uniquely identified.

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 includes an irreversibility warning ('This cannot be undone'), which is a helpful usage hint. However, it does not provide explicit guidance on when to use this tool versus alternatives (e.g., archiving or updating a comment), nor does it mention prerequisites or required permissions.

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/helbertparanhos/clickup-mcp-pro'

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