Skip to main content
Glama
untitled-developers

Kockatoos Shopify MCP Server

update_customer

Update an existing Shopify customer by specifying only the fields to change; all other fields remain unchanged.

Instructions

Update an existing customer. Only provided fields are changed; omitted fields remain unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customer_idYesThe numeric Shopify customer ID.
emailNoNew email.
first_nameNoNew first name.
last_nameNoNew last name.
phoneNoNew phone number.
tagsNoNew comma-separated tags (replaces existing).
noteNoNew internal note.
Behavior3/5

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

With no annotations, the description bears full burden. It discloses the partial update characteristic but does not mention required permissions, error behavior, rate limits, or other operational traits. Minimal but adequate for a simple update.

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 very short—one sentence—with no waste. It is front-loaded with the primary verb. Could be slightly more structured, but efficient.

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?

For a simple update tool with 7 parameters, no output schema, and no nested objects, the description covers the key behavioral trait (partial update). It is reasonably complete, though it omits potential side effects or prerequisites.

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 100%, so baseline is 3. The description adds no extra meaning beyond the schema's parameter descriptions. The phrase 'Only provided fields are changed' is already implied by the schema's optional fields.

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 tool updates an existing customer and specifies the partial update behavior. It is a specific verb+resource and distinguishes from create or delete customer tools in the sibling list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives like create_customer or update_customer_metafield. It implies usage for updating customers, but no when-not or context for alternatives.

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/untitled-developers/shopify-mcp'

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