Skip to main content
Glama

Delete Pulse Dashboard Comment

deletePulseDashboardComment
DestructiveIdempotent

Delete a comment or reply on a Duvo Pulse dashboard. Allowed for the comment's author and for the dashboard's creator. Deleting a thread root keeps its replies, rendered under a deleted opening comment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentIdYes
artifactIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Discloses beyond annotations the non-obvious behavior that deleting a thread root preserves replies, and states permission restrictions. Annotations already indicate destructiveness and idempotency, but the description adds valuable edge-case information.

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 two sentences to convey the action, permissions, and special behavior. No redundant or extraneous information, and the structure is clear and well-organized.

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 simple delete operation, the description provides sufficient context: what is deleted, who is allowed, and the outcome for thread roots. It does not explain return values or error handling, but these are less critical for a destructive tool. The main gap is the lack of parameter clarity.

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

Parameters2/5

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

Schema coverage is 0% and the description does not explicitly define the parameters. While commentId and artifactId can be inferred from context (comment and dashboard), the lack of explicit mapping or explanation leaves room for ambiguity, especially for artifactId.

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?

Clearly states the action (Delete), the resource (comment or reply on a Pulse dashboard), and distinguishes from sibling tools like deletePulseDashboard. Includes permission details and the special behavior for thread roots, making the purpose unambiguous.

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?

Provides usage context by specifying the permission requirements (author or dashboard creator) and the effect on thread replies. Does not explicitly reference alternative tools or when not to use, but the description is sufficient for an agent to select this tool for comment deletion.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources