Skip to main content
Glama
pepabo

Color Me Shop

Official

postCustomers

Destructive

Register a new customer in the shop. Requires customer details like name, email, address, and phone; optionally enroll as a member.

Instructions

新規顧客をショップに登録し、作成された顧客オブジェクト(id を含む)を返します。customer に name(顧客名)・mail(メールアドレス)・pref_id(都道府県 ID 1–48)・postal(郵便番号)・address1(市区町村・番地)・tel(電話番号)・birthday(生年月日)などを指定します。会員として登録するには add_member: true、省略または false で非会員として登録。登録済み顧客の情報更新は updateCustomers、取得は getCustomer、条件検索は getCustomers を使用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customerYes
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true. The description confirms creation and return of the customer object, but adds no additional behavioral context (e.g., idempotency, side effects). It does not contradict annotations, but the value added beyond annotations is limited.

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 two concise sentences in Japanese, with no redundant information. It front-loads the core purpose and immediately adds sibling tool references. Every sentence serves a clear purpose.

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

Completeness3/5

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

Given the complexity (1 nested parameter with many sub-properties, no output schema), the description is moderately complete. It explains the return value and references sibling tools, but does not cover all parameters, error handling, or idempotency. More detail on optional fields and potential duplicates would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for the top-level parameter, placing the burden on the description. The description explains required fields (name, mail, pref_id, postal, address1, tel) and the add_member flag, but omits many optional fields like fax, busho, hojin, address2, furigana, etc. The schema’s nested descriptions help, but the description should be more comprehensive.

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 the verb and resource: '新規顧客をショップに登録し' (register a new customer in the shop). It also distinguishes from sibling tools by explicitly mentioning updateCustomers, getCustomer, and getCustomers for other operations, making the purpose unambiguous.

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 provides explicit alternatives: updateCustomers for updates, getCustomer for retrieval, getCustomers for search. It also explains how to register as a member vs non-member via the add_member parameter. It lacks a clear 'when not to use' statement but the context is well-defined.

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