Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

list_customers

Retrieve customers from the current workspace, optionally searching by name, representative, or manager. Get customer IDs/names to use for create_task or update_task.

Instructions

현재 레포 컨텍스트 워크스페이스의 고객사 목록을 조회한다.

create_task/update_task의 customer를 이름으로 지정하기 전에 후보를 확인하는 용도. search를 주면 이름·대표자·담당자 이름으로 부분 검색한다(생략 시 전체). 반환된 id 또는 name을 customer 인자로 넘기면 된다.

권한(고객사 열람) 없는 워크스페이스는 서버가 빈 목록을 주므로 count=0이면 고객사가 없거나 열람 권한이 없는 것이다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNo

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 provided, the description carries the full burden. It discloses that search performs partial matching on name, representative, and manager fields, and that workspaces without permission receive an empty list, interpreting count=0 as either no customers or no viewing permission. This goes beyond basic expectations.

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 well-structured. Every sentence earns its place: purpose, usage scenario, parameter behavior, and permission edge case. No redundancy or filler.

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 read-only list operation with one optional parameter and an output schema, the description provides complete context: purpose, usage instructions, parameter semantics, permission implications, and interpretation of the count field. It is self-contained and actionable.

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 schema only defines 'search' with no description, but the description fully explains that providing search performs partial search on name, representative, and manager, while omitting it returns the full list. This adds significant meaning beyond the raw 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 it retrieves the customer list for the current repo context workspace. It also differentiates itself by explicitly mentioning its role as a candidate-checking step before specifying a customer in create_task/update_task, which no sibling tool covers.

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 a concrete use case: 'create_task/update_task의 customer를 이름으로 지정하기 전에 후보를 확인하는 용도' (use to check candidates before specifying the customer in create_task/update_task). It also explains search behavior and how to pass the returned id or name, but it does not explicitly mention alternatives or when not to use the tool.

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