Skip to main content
Glama
UVU-Store

shopify-graphql-mcp

by UVU-Store

update_customer

Update an existing Shopify customer by ID. Modify email, phone, name, or marketing preferences to keep customer data accurate.

Instructions

Update an existing customer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCustomer ID (e.g., 'gid://shopify/Customer/123456789')
emailNoCustomer email
phoneNoCustomer phone
lastNameNoCustomer last name
firstNameNoCustomer first name
acceptsMarketingNoWhether customer accepts marketing
Behavior2/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It only says 'update an existing customer', but does not mention partial updates, error handling, required permissions, or return values. This is insufficient for a mutation tool.

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

Conciseness2/5

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

At one sentence, it is brief, but this is under-specification rather than effective conciseness. The phrase 'existing' adds no value beyond the tool name, and the description fails to include essential context for a 6-parameter tool.

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

Completeness2/5

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

The tool has 6 parameters, no annotations, and no output schema, yet the description does not explain update behavior, partial-update semantics, or what the response contains. The description is incomplete for the tool's complexity.

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?

The input schema has 100% coverage with descriptions for all 6 parameters, so the schema carries the burden. The description adds no parameter-level details, so the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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, which is specific enough to distinguish from get_customer, create_customer, and delete_customer. However, it does not enumerate updatable fields or clarify partial-update semantics, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like create_customer or update_customer_address. No context, prerequisites, or exclusions are mentioned.

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/UVU-Store/shopify-graphql-mcp'

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