Skip to main content
Glama
Lint111

HacknPlan MCP Server

by Lint111

delete_stages

Delete one or more workflow stages from your project. Supports single-item and batch operations with unified error handling.

Instructions

Delete one or more workflow stages (array-based). Single-item and batch calls use the same interface. Returns unified response with items array, counts, and per-item errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesArray of stages 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 provided, so the description must fully disclose behavior. While it mentions the return structure (items array, counts, errors), it fails to state that deletion is permanent or discuss side effects like cascading deletes, authorization requirements, or rate limits. Critical behavioral details are missing for a destructive operation.

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 (two sentences), front-loads the core action and key behavior, and contains no extraneous information. Every sentence adds value.

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?

Given no output schema, the description helpfully outlines the response format, but it omits essential context for a deletion tool: no mention of permanence, error handling specifics, or the optional nature of projectId. The sibling set includes many similar tools, yet no comparative guidance is provided.

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 covers 100% of parameters with descriptions, so the baseline is 3. The description adds context about array-based calling and unified interface, but does not significantly enhance parameter meaning beyond what the schema provides (e.g., no validation rules, no format hints).

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 deletes workflow stages, supports array-based input for single or batch operations, and details the return format. It distinguishes from sibling tools like 'delete_work_items' by specifying the resource type and the unified interface for single/batch calls.

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 explicit guidance on when to use this tool versus alternatives (e.g., 'delete_work_items' for other resources, or manual deletion via other means). Prerequisites like project ID being optional are only in the schema, not in the description. The description lacks when-not-to-use or alternative tool mentions.

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