Skip to main content
Glama
elsi06

Shopify MCP Manager

by elsi06

update_product

Update an existing Shopify product's title, tags, status, vendor, product type, and description. Provide the product ID and the new field values to apply changes.

Instructions

Updates an existing product

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesShopify Product GID
tagsNoNew tags
titleNoNew title
statusNoNew status
vendorNoNew vendor
productTypeNoNew product type
descriptionHtmlNoNew description (HTML)
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only states 'Updates an existing product' without detailing whether fields are partially updated, if specific permissions are required, what happens to unset parameters, or what the response contains.

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 a single, efficient sentence that conveys the core purpose. It is front-loaded and contains no filler, though it is brief enough that additional context could be expected without harming conciseness.

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?

Given this is a mutation tool with 7 parameters and no output schema, the description is far too sparse. It does not explain return values, error behavior, or the extent of the update, leaving significant gaps for an agent.

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 7 parameters. The description adds no additional meaning beyond the schema, so the baseline score of 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 uses the specific verb 'updates' with the resource 'existing product', clearly indicating the action. While it doesn't explicitly differentiate from siblings like create_product or delete_product, the verb itself makes the distinction obvious.

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?

No guidance is given on when to use this tool versus alternatives. There is no mention of prerequisites, such as the product needing to exist, or scenarios where update_product is preferred over create_product or patch-like behavior.

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/elsi06/shopify-mcp-manager'

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