Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

list_tasks

List tasks assigned to any team member in the current repo project. Filter by incomplete, overdue, or undated, and use name or user ID as assignee.

Instructions

특정 담당자의 태스크를 현재 레포 프로젝트에서 조회한다.

assignee는 user id 또는 멤버 이름(full_name/username) — 자동으로 id로 해석한다. 조회 프로젝트는 현재 레포에서 gdc_login으로 저장한 프로젝트로 고정한다(미설정 시 오류). 필터는 list_my_tasks와 동일: not_finished(미완료만)/overdue(마감 지남)/undated(날짜 미정). "내" 태스크는 list_my_tasks를, 특정 담당자는 이 도구를 쓴다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
overdueNo
undatedNo
assigneeYes
not_finishedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are present, so the description carries the transparency burden. It discloses assignee resolution (user id or member name, auto-converted to id), project fixation via gdc_login, and filter semantics. It does not describe the return shape, but an output schema exists.

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: the first sentence states the primary action, followed by short lines with essential operational details. No redundant or filler content.

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

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 5-parameter tool with no annotations and 0% schema coverage, the description covers purpose, the key assignee parameter, filter meanings, project dependency, and sibling differentiation. It omits limit behavior, but the schema provides a default, making it sufficiently complete.

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?

With 0% schema description coverage, the description adds crucial meaning: assignee accepts integer user id or member name (full_name/username) and is auto-interpreted as id. It also explains the boolean filters (not_finished/overdue/undated) with Korean glosses. The limit parameter is self-explanatory with a default, so the gap is acceptable.

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 opens with a specific verb and resource: '특정 담당자의 태스크를 현재 레포 프로젝트에서 조회한다' (retrieves tasks for a specific assignee in the current repo project). It also explicitly contrasts with list_my_tasks, clearly differentiating sibling scope.

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 guidance: '내' 태스크는 list_my_tasks를, 특정 담당자는 이 도구를 쓴다 (use list_my_tasks for 'my' tasks, this tool for a specific assignee). It also warns that the project must be set via gdc_login (미설정 시 오류), giving a concrete prerequisite.

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