Skip to main content
Glama
maxiomus

MCP Shopify Admin Server

by maxiomus

Search Products

product_search
Read-onlyIdempotent

Find products in your Shopify store by using Shopify search syntax, including filters like SKU or title. Retrieve matching product details to manage inventory or orders.

Instructions

Search for products using Shopify's search syntax.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results
queryYesSearch query (e.g., 'blue shirt', 'sku:ABC123')
storeYesStore name
response_formatNoResponse formatjson
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds minimal behavioral context beyond stating the use of Shopify search syntax, which is already partially captured in the query parameter description. No new behaviors such as pagination or response format are disclosed.

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 a single concise sentence that clearly communicates the core function without unnecessary words. It is appropriately sized for a simple search tool.

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 simple search tool with rich annotations and complete schema coverage, the description adequately orients the agent. It mentions the essential distinguishing feature (Shopify search syntax) and does not need to repeat parameter details. The absence of an output schema is not compensated, but the description is sufficient for this complexity.

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 all parameters. The description's mention of 'Shopify's search syntax' adds a small clarification but does not provide significant additional meaning beyond the query parameter's examples.

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 uses a specific verb ('Search'), resource ('products'), and method ('Shopify's search syntax'), clearly defining the tool's function. This distinguishes it from sibling tools like product_list by indicating it performs a search with query syntax rather than simply listing products.

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?

The description does not provide explicit guidance on when to use this tool versus alternatives like product_list. It only implies the search syntax capability, but there is no direct comparison or mention of alternative tools, leaving the agent without clear selection criteria.

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/maxiomus/mcp-shopify-admin'

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