Skip to main content
Glama
configcat

ConfigCat MCP Server

Official
by configcat

delete-change-request-comment

Delete a specific comment from a ConfigCat Change Request by providing its comment ID to keep discussions clean and accurate.

Instructions

Deletes a Change Request comment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentIdYesThe identifier of the Change Request comment.
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the core deletion action and does not mention whether deletion is permanent, requires permissions, is idempotent, or what happens when the comment does not exist.

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?

One sentence with no filler or redundant wording; the action and object are stated immediately. It is as concise as possible while still conveying the core purpose.

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

Completeness2/5

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

For a destructive tool with no annotations and no output schema, a one-line description is incomplete. Missing details include response behavior, irreversibility, authorization expectations, and whether the action silently no-ops or errors on missing comments.

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 coverage is 100% and the single commentId parameter is already described as 'The identifier of the Change Request comment.' The description adds no meaning beyond the schema, which is acceptable under the high-coverage baseline.

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 uses a specific verb ('Deletes') and resource ('Change Request comment'), making the action unambiguous. It also distinguishes itself from sibling tools such as add-change-request-comment and update-change-request-comment by naming the exact delete operation.

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

Usage Guidelines2/5

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

The description gives no guidance about when to choose this tool over alternatives, no exclusions, and no context such as prerequisites or ownership requirements. The agent must infer usage solely from the tool name and the verb.

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/configcat/mcp-server'

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