Skip to main content
Glama
langadventurellc

Task Trellis MCP

delete_issue

Permanently remove issues from the task hierarchy. Exercise caution as deletion affects related issues and cannot be undone.

Instructions

Deletes an issue from the task trellis system

Use this tool to permanently remove issues from the task hierarchy. Exercise caution as deletion affects related issues and cannot be easily undone.

Safety considerations:

  • Standard deletion validates relationships and prevents deletion of issues with dependencies

  • Issues with children or that serve as prerequisites for other issues may be protected

  • Use 'force=true' to bypass safety checks for administrative cleanup

  • Consider updating status to 'cancelled' instead of deletion for audit trail preservation

Deletion impacts:

  • Removes issue and all associated metadata permanently

  • Updates parent-child relationships by removing deleted issue from parent's children list

  • Other issues referencing this as a prerequisite may become invalid

  • Historical references in logs and activity trails are preserved but point to non-existent issue

Best practices:

  • Verify issue has no active dependencies before deletion

  • Use list/get tools to understand relationships before deletion

  • Prefer status updates to 'cancelled' over deletion for important work items

  • Use force deletion only for cleanup of test data or administrative maintenance

This operation is irreversible - ensure you have the correct issue ID before proceeding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the issue to delete
forceNoForce delete flag (defaults to false)
Behavior5/5

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

With no annotations provided, the description carries full burden and excels by detailing behavioral traits: irreversible nature, relationship validation, dependency protections, force deletion bypass, impact on metadata and relationships, and audit trail considerations. It comprehensively explains what gets destroyed and safety mechanisms.

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 well-structured with clear sections (Safety considerations, Deletion impacts, Best practices) and front-loaded key information. While comprehensive, some sentences could be more concise (e.g., the final warning reiterates earlier points), but overall it earns its length with valuable content.

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

Completeness5/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, the description provides complete context: purpose, usage guidelines, behavioral transparency, parameter semantics, and sibling differentiation. It addresses complexity through detailed safety considerations, impacts, and best practices, leaving no significant gaps.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds significant value by explaining the semantic meaning of 'force=true' ('bypass safety checks for administrative cleanup') and contextualizing the 'id' parameter ('ensure you have the correct issue ID'), elevating it above 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 clearly states the specific action ('Deletes an issue') and resource ('from the task trellis system'), distinguishing it from sibling tools like 'update_issue' or 'create_issue'. It goes beyond the tool name by specifying the permanent removal from a task hierarchy context.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool ('permanently remove issues') versus alternatives ('Consider updating status to 'cancelled' instead of deletion'), including when-not scenarios ('Exercise caution as deletion... cannot be easily undone') and best practices for specific contexts like administrative cleanup.

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/langadventurellc/task-trellis-mcp'

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