Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

delete_task

Delete a task by ID or title with a confirmation step to preview impacts first. Soft-delete to trash for recovery, and handle subtask cascades or promotions.

Instructions

태스크를 삭제한다(소프트 삭제 → 휴지통 이동, 복구 가능). 관리자 이상 권한 필요.

task_id는 태스크 id(정수) 또는 제목(문자열) — 제목이면 현재 프로젝트에서 검색해 해석한다. 하위 태스크 처리: WBS 프로젝트는 하위 전체 연쇄 삭제, 비WBS는 직속 하위를 최상위로 승격 후 본체만 삭제한다(손자는 승격된 부모 밑 유지). 복구는 restore_task, 목록은 list_trashed_tasks.

확인 게이트: confirm=False(기본)면 삭제 대상과 하위 영향만 미리보기로 반환하고 삭제하지 않는다. confirm=True로 다시 호출해야 실제 삭제한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations exist, so the description carries the full burden. It discloses soft delete/recoverability, permission requirements, polymorphic task_id interpretation, cascading vs promoting subtask behavior, and a two-phase confirm gate. This is highly transparent.

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 compact and front-loaded with the core action. Every sentence adds necessary detail: permissions, task_id semantics, subtask handling, related tools, and the confirm gate. No fluff or repetition.

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 complex delete operation with a polymorphic parameter, subtask edge cases, and a confirmation gate, the description covers all essential behavioral aspects. Given the output schema exists, return values need no explanation. It also integrates with sibling tools via cross-references.

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

Parameters5/5

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

Schema coverage is 0%, and the description compensates fully: it explains task_id accepts integer or string title (searching current project) and clarifies confirm's default false provides preview without deletion. This goes beyond the bare schema.

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 'Deletes task' with specific details: soft delete, trash move, recoverable. It distinguishes from siblings like archive_task, restore_task, and list_trashed_tasks by explicitly naming them for recovery and listing, and by explaining the soft delete behavior.

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?

Provides explicit usage context: requires admin permission, explains task_id can be integer ID or title, details WBS vs non-WBS subtask handling, and defines the confirm gate for preview vs actual deletion. Also names restoration and listing tools as alternatives.

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/seonmikii/gdc-claude-plugin'

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