Skip to main content
Glama
ayushg8

Savage in a Suit MCP Server

by ayushg8

Update Product Display

update_product_display
Idempotent

Update a Shopify product's on-site display by handle: set visibility, featured flag, title/description overrides, and sort order. Creates the override row if absent.

Instructions

Update how a shop product appears on the site by its Shopify handle: visibility, featured flag, title and description overrides, sort order. Creates the override row if one does not exist yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNo
handleYesShopify product handle, e.g. "savage-quarter-zip"
visibleNoShow or hide the product on the site
featuredNo
displayTitleNoOn-site title override; null clears it
displayDescriptionNoOn-site description override; null clears it
Behavior4/5

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

The description adds significant behavioral context beyond annotations by explaining the 'creates if not exists' upsert behavior. This complements the idempotentHint and readOnlyHint=false annotations. It does not describe return values, but this is not critical for an update tool with no output schema.

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 is two sentences with no redundancy. It front-loads the core purpose and field list, then adds the critical upsert behavior in the second sentence. Every word contributes to understanding.

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 6-parameter update tool with no output schema, the description adequately covers what it does, the key identifier (handle), the fields affected, and the upsert side effect. It lacks specification of return value, but this is a minor omission for an update operation.

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?

The schema describes 4 of 6 parameters (67% coverage). The description compensates by mapping 'visibility' to visible, 'featured flag' to featured, 'title and description overrides' to displayTitle/displayDescription, and 'sort order' to order, adding semantic meaning to the two parameters lacking schema descriptions. It does not detail constraints like order direction, but the schema types provide basics.

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's action: updating how a shop product appears on the site by Shopify handle, listing the specific fields (visibility, featured flag, title/description overrides, sort order). It distinguishes from sibling tools by focusing on product display overrides and the upsert nature.

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

Usage Guidelines4/5

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

The description provides clear context: it is used to update display settings for a shop product identified by handle, and mentions the upsert behavior. However, it does not explicitly state when not to use it or name alternative tools (e.g., update_site_content) for different resources.

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/ayushg8/sias-mcp-server'

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