Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

get_project_enums

Fetch custom status, priority, and task type enums per project, including status categories, to verify valid values and incomplete status sets before task operations.

Instructions

프로젝트별 커스텀 status/priority/task_type enum을 조회한다.

status는 category(planned/in_progress/done)를 포함한다. 완료 상태 = category=='done', 미완료 상태 = 그 보집합. 태스크 생성/수정/필터 전에 유효한 값과 '미완료 집합'을 확인하는 용도.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden and adds meaningful behavioral context: statuses include a category (planned/in_progress/done), and done state is defined as category=='done'. This goes beyond a simple 'retrieves enums' statement, though it does not cover auth or error behavior.

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 three concise sentences: the first states the core purpose, the second explains the key enum semantics, and the third gives usage timing. Every sentence earns its place 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?

For a simple single-parameter retrieval tool, the description covers purpose, domain semantics, and usage context. An output schema exists to handle return-value structure, so no critical information is missing.

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?

The only parameter, project_id, is made meaningful by the description's '프로젝트별' (per-project) phrasing. Although schema description coverage is 0%, the single parameter is self-evident from the tool name and description, so the lack of explicit parameter documentation 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 uses a specific verb '조회한다' (retrieves) with a specific resource: project-specific custom status/priority/task_type enums. This clearly distinguishes it from sibling task-management tools.

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 explicitly states when to use this tool: before task creation, modification, or filtering to check valid enum values and the 'unfinished set'. It provides clear context but does not mention alternatives or when not to use it.

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