Skip to main content
Glama
pepabo

Color Me Shop

Official

getCustomers

Read-onlyIdempotent

Get a list of customers from your store. Filter by membership, name, email, phone, gender, registration date, and more with pagination.

Instructions

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

Input Schema

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

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds detailed behavioral context about pagination (limit max 100, default 10, offset) and filtering capabilities, complementing annotations without contradiction.

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 covers purpose, filters, pagination, and siblings. Could be more structured (e.g., bullet points) but is clear and concise enough.

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?

Given the complexity (16 parameters, no required, no output schema), the description provides a comprehensive overview including member filtering, partial matches, date ranges, pagination, and references to related tools. Fully compensates for missing output schema.

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 description coverage is 100%, so baseline is 3. The description adds value by grouping parameters into functional categories (partial match, date range, sex, etc.) and summarizing capabilities beyond the individual schema descriptions.

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 members and guests, with various filtering options. It distinguishes itself from siblings like getCustomer (single customer), postCustomers (create), and updateCustomers (update).

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?

Explicitly mentions when to use this tool and references alternatives: getCustomer for a specific customer, postCustomers for creation, updateCustomers for updates. Provides clear context for tool selection.

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