Skip to main content
Glama
untitled-developers

Kockatoos Shopify MCP Server

update_order

Update an existing order by modifying its note, tags, or customer email. Only the fields you specify are changed.

Instructions

Update an existing order. Typically used to add/edit notes or tags. Only provided fields are changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYesThe numeric Shopify order ID.
noteNoNew order note (visible to merchant).
tagsNoComma-separated tags (replaces all existing tags).
emailNoUpdate the customer email on the order.
Behavior2/5

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

With no annotations, the description must carry the transparency burden. It reveals that it's a partial update ('only provided fields are changed'), but lacks details on permissions, side effects (e.g., does updating email trigger a customer update?), or state restrictions. 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.

Conciseness5/5

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

The description consists of two short, direct sentences that are front-loaded with the key information. Every sentence serves a purpose, making it concise and well-structured.

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?

While the description covers the basic action and partial update behavior, it omits important context such as error conditions (e.g., order not found), idempotency, and whether certain parameters require specific permissions. For a tool with 4 parameters and no output schema, this is a moderate gap.

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 already provides full descriptions for all 4 parameters (100% coverage). The description's mention of 'notes or tags' is redundant with the schema and adds no new semantic information. Therefore, the description does not enhance parameter understanding.

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 action 'update' and the resource 'existing order', distinguishing it from sibling tools like cancel_order. It also specifies typical use cases (notes/tags) and the behavior of partial update, making the purpose very clear.

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 provides implicit usage by stating 'Typically used to add/edit notes or tags' and 'Only provided fields are changed', but it does not explicitly compare to alternatives or state when not to use it. There is no guidance about prerequisites or when to use other order update tools.

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