Skip to main content
Glama
Lint111

HacknPlan MCP Server

by Lint111

delete_comments

Delete one or more comments from work items by specifying the work item ID and comment ID for each comment.

Instructions

Delete one or more comments (array-based). Each item removes a comment from a work item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesArray of comments to delete (1-100 items)
projectIdNoThe project ID (optional if HACKNPLAN_DEFAULT_PROJECT set)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It fails to mention whether deletion is permanent, any required permissions, or side effects like cascading deletes. The statement 'removes a comment' is too vague for an agent to understand the operation's implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short (two sentences) and front-loads the purpose. It is efficient, though the second sentence could be integrated into the first. No unnecessary words.

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 delete operation with no output schema and no annotations, the description is incomplete. It lacks information about permanence, preconditions, error handling, and return value. Given the tool's complexity (simple schema), more context is needed for safe 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?

Schema coverage is 100%, so the schema already describes parameters. The description adds 'array-based' but no additional semantic detail beyond what the schema provides. Baseline 3 is appropriate.

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 resource 'comments', and specifies it's array-based for multiple comments. This distinguishes it from sibling tools like delete_work_items or delete_attachment.

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?

No guidance on when to use this tool vs alternatives. Sibling tools include add_comments, update_comments, and various delete tools, but the description does not provide context for selection (e.g., when to delete vs archive).

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/Lint111/hacknplan-mcp'

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