Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

archive_task

Toggle task archiving, including subtasks and pin removal. Preview first, then confirm to commit changes.

Instructions

태스크를 숨기거나(archived=True) 숨김 해제한다(archived=False). 토글 API를 멱등 래핑한다.

task_id는 태스크 id(정수) 또는 제목(문자열) — 제목이면 현재 프로젝트에서 검색해 해석한다. 숨기면 모든 하위 태스크가 함께 숨김되고 고정(pin)은 자동 해제된다. WBS 프로젝트는 숨김 기능을 지원하지 않는다(안내). 숨김 해제는 상위가 숨김 상태면 막힌다(먼저 상위 숨김 해제).

확인 게이트: confirm=False(기본)면 대상과 현재/목표 상태만 미리보기로 반환하고 실행하지 않는다. confirm=True로 다시 호출해야 실제로 토글한다. 이미 원하는 상태면 호출 없이 그대로 둔다(멱등).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
task_idYes
archivedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full behavioral burden and excels: it discloses cascading hide to subtasks, automatic unpinning, WBS unsupported, parent-blocked unhide, the confirm gate requiring confirm=True to execute, and idempotent no-op behavior. This is exceptionally 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?

While lengthy, every sentence contributes essential operational detail, and the use of bold headers and paragraphs structures the information effectively. There is no redundancy or fluff, making it as concise as the complexity demands.

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?

The description covers all notable behaviors: idempotency, confirmation workflow, side effects on subtasks and pins, project restrictions, and edge cases like parent-blocked unhide. Even with an output schema present, it explains the confirm=False preview workflow, leaving no critical gaps for an AI agent.

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?

The description adds meaning beyond the raw schema by explaining that task_id accepts either an integer ID or a string title resolved via search in the current project, that archived sets the target state, and that confirm controls preview vs. execution. This fully compensates for the 0% schema description coverage.

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 hides or unhides a task by setting archived=True or archived=False, and describes itself as an idempotent wrapper around a toggle API. This distinguishes it from sibling tools like delete_task or restore_task, 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?

The description gives concrete usage context: it mentions that WBS projects do not support hiding, that unhide is blocked if the parent is hidden, and that it works by toggling the archived state. It does not explicitly name alternative tools but effectively communicates when this tool is and isn't applicable.

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