Skip to main content
Glama

comment_delete

Destructive

Remove a comment from a Voog article by providing the article and comment IDs; use force=true to confirm the deletion.

Instructions

Remove a comment (DELETE /articles/{article_id}/comments/{comment_id}). Voog returns 204. Requires force=true; without it the call is rejected. Run comments_list first to confirm the id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
article_idYesVoog article id (from articles_list)
comment_idYesVoog comment id (from comments_list)
forceNoMust be true to actually perform the delete. Defaults to false (defensive opt-in).
Behavior4/5

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

Adds context beyond annotations: requires force=true, returns 204 status. The destructive hint is already annotated, but the description elaborates on the force flag's necessity and default behavior.

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?

Two concise sentences that cover purpose, requirement, and prerequisite. No unnecessary words.

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?

Covers key aspects: action, endpoint, required flag, status code, and prerequisite step. Missing error handling details, but sufficient for a delete tool with annotations.

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 description reinforces the force parameter and the need to confirm the comment_id via comments_list. However, the schema already provides good descriptions for three of four parameters, so the description adds only marginal value beyond schema.

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 tool's action (Remove a comment) and provides the API endpoint. It is distinct from siblings like comments_list and comment_toggle_spam.

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

Usage Guidelines4/5

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

Explicitly states the prerequisite to run comments_list first and the requirement to set force=true. Does not explicitly mention when not to use, but the guidance is clear for the intended use case.

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/runnel/voog-mcp'

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