Skip to main content
Glama
pepabo

Color Me Shop

Official

getCustomers

Read-onlyIdempotent

Retrieve a list of customers, including both registered members and guest purchasers. Filter by name, email, phone, postal code, member status, gender, or date range. Supports partial match search and pagination with limit and offset.

Instructions

顧客を一覧取得します。会員顧客とゲスト購入由来の非会員顧客の両方が対象で、member=true で会員のみ、member=false で非会員のみに絞り込めます。氏名・メール・電話番号・郵便番号などでの部分一致検索、顧客 ID 指定、性別・メールマガジン購読状況などの属性絞り込み、登録日・更新日による期間絞り込みが可能(具体的なパラメータと指定方法はスキーマを参照)。limit(最大 100、デフォルト 10)/ offset でページング。特定顧客 1 件は getCustomer、新規登録は postCustomers、情報更新は updateCustomers を参照。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNo顧客IDで検索。カンマ区切りで複数指定可能
nameNo顧客名で部分一致検索
furiganaNo顧客フリガナで部分一致検索
mailNo顧客メールアドレスで部分一致検索
postalNo顧客の郵便番号で部分一致検索
telNo顧客の電話番号で部分一致検索
line_uidNoLINE UIDで完全一致検索
sexNo顧客の性別で検索 - `male`: 男性 - `female`: 女性 - `not_applicable`: 未回答
memberNo`true`なら会員登録済みの顧客から検索
receive_mail_magazineNoメルマガ受信可否で検索
make_date_minNo指定日時以降に登録された顧客から検索
make_date_maxNo指定日時以前に登録された顧客から検索
update_date_minNo指定日時以降に更新された顧客から検索
update_date_maxNo指定日時以前に更新された顧客から検索
limitNoレスポンスの件数を指定。指定がない場合は10。最大100
offsetNo指定した数値+1件目以降のデータを返す
Behavior4/5

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

Annotations indicate non-destructive, idempotent, read-only behavior. The description adds behavioral details like the inclusion of both member and non-member customers, filterable by the 'member' parameter, and search capabilities. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph but efficiently front-loads the main purpose and then lists capabilities. Each sentence adds necessary information, with no redundancy.

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?

Given the tool's complexity (16 parameters, no output schema), the description covers pagination, filtering options, and sibling references. It is sufficiently complete for an AI agent to understand usage, though it omits return format details.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the member filter, pagination defaults (limit default 10, max 100), and the types of searches (partial match, exact match).

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 a list of customers, including both member and guest customers, with extensive filtering options. It explicitly distinguishes from sibling tools like getCustomer, postCustomers, and updateCustomers.

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 explicit guidance on when to use this tool (listing with filters) and when to use alternatives (single customer: getCustomer, new registration: postCustomers, update: updateCustomers). It also explains pagination with limit and offset.

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/pepabo/colormeshop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server