Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

list_trashed_tasks

List deleted tasks in the current project's trash, showing deletion time and deleter, to identify tasks for restore. Since trashed tasks don't appear in normal queries, use this to find and restore them.

Instructions

현재 프로젝트 휴지통(삭제된 태스크) 목록을 조회한다. 복구(restore_task) 대상 식별용.

삭제된 태스크는 일반 조회(list_my_tasks/get_task)에서 빠지므로, 복구하려면 이 목록에서 id/제목을 확인한다. 각 항목에 삭제 시각(deleted_at)·삭제자(deleted_by)를 포함한다. 현재 레포 프로젝트로 스코프되며(project 명시 전송), 관리자 이상만 유효한 결과를 받는다. 한 요청으로 최대 100개까지 받아 최신 삭제순 상위 limit개를 반환한다(count는 전체 삭제 수).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

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 fully carries the transparency burden. It discloses admin-only access, project scoping, a max of 100 items per request, ordering by latest deletion, and inclusion of deleted_at/deleted_by fields. It also clarifies the 'count' semantics.

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 appropriately sized, with three substantive sentences and line breaks that improve readability. Every sentence adds value: purpose, usage context, scope, permissions, and parameter behavior, with no fluff.

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?

Even though an output schema exists, the description covers all important contextual aspects: what the tool does, when to use it, permission requirements, scoping, pagination/limit behavior, and key response fields. It is self-sufficient for an agent to select and invoke correctly.

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 input schema has only 'limit' with a default and no description (0% coverage). The description compensates by explaining that 'limit' returns the top N items in latest deletion order and that a request can retrieve at most 100, adding meaning well beyond the 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 explicitly states it retrieves the current project's trash list of deleted tasks, using a specific verb and resource. It clearly distinguishes from sibling tools like list_my_tasks/get_task by noting deleted tasks are excluded from those and that this list is for restore_task targeting.

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 clear when-to-use guidance: to restore deleted tasks, check id/title in this list because deleted tasks don't appear in normal queries. It references sibling tools (list_my_tasks/get_task, restore_task) to establish context and 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