Skip to main content
Glama
alex-brecher

shopify-multi-store

by alex-brecher

Find a Product Across Shopify Stores

shopify_get_product_everywhere
Read-onlyIdempotent

Search for an exact SKU or product handle across multiple Shopify stores and get a unified product, price, status, and inventory view.

Instructions

Find one exact SKU or product handle across selected stores and return a normalized product, price, status, and inventory matrix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storesYesOne to ten configured store aliases
matchByYesWhether the identifier is an exact SKU or exact product handle.
identifierYesExact SKU or product handle to find.
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful behavioral context by stating that the result is normalized and includes product, price, status, and inventory matrix. It does not cover not-found or partial-match behavior, but the annotation coverage lowers the bar.

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?

A single sentence that front-loads the core action and scope, then states the output. Every phrase earns its place with no redundancy.

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 read-only lookup with three well-documented parameters and no output schema, the description gives a sufficient high-level picture of inputs and return content. It could be more complete about the shape of the matrix and not-found behavior, but it is not missing critical invocation information.

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?

Schema description coverage is 100%, so the schema already documents stores, matchBy, and identifier. The description adds no parameter-specific syntax or format details beyond what the schema provides, so the baseline 3 applies.

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 states a specific verb ('Find'), a precise resource (one exact SKU or product handle), and a scope (across selected stores), and it names the output (normalized product, price, status, inventory matrix). This clearly distinguishes it from sibling search and comparison tools.

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 gives clear context for when to use the tool: when an agent needs one exact SKU or handle matched across selected stores. It does not explicitly name alternatives or exclusions, so it stops short of a 5.

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/alex-brecher/shopify-multi-store'

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