Skip to main content
Glama
untitled-developers

Kockatoos Shopify MCP Server

create_customer

Adds a new customer to Shopify. Requires at least an email address; can include name, phone, address, and tags.

Instructions

Create a new customer. At minimum provide an email. Optionally include name, phone, address, and tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoCustomer email address.
first_nameNoFirst name.
last_nameNoLast name.
phoneNoPhone number in E.164 format (e.g. '+14155551234').
tagsNoComma-separated tags.
noteNoInternal note about the customer.
addressesNoCustomer addresses.
Behavior2/5

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

No annotations provided. The description does not disclose potential side effects (e.g., duplicate email handling, authentication needs, or rate limits). Beyond the creation action, minimal behavioral context is given.

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?

Two sentences with no wasted words. Front-loaded with the core action, then optional details. Every sentence earns its place.

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?

The description covers the basic creation action and key parameters, but given 7 parameters (including a nested addresses object) and no output schema, it omits important details like the return value (created customer object) and uniqueness constraint on email. It is adequate but not fully complete.

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 each parameter already has a description. The description adds value by clarifying which fields are essential (email is effectively required) and summarizing optional fields (name, phone, address, tags). This reduces ambiguity.

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 'Create a new customer' (specific verb+resource) and distinguishes it from update_customer or other creation tools. The minimal requirement of email is explicitly mentioned.

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 indicates when to use (creating a customer) but does not provide explicit when-not-to-use or alternatives like update_customer. It is adequate but lacks exclusion guidance.

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