Skip to main content
Glama

Compare Shopify Prices

shopify_compare_prices
Read-onlyIdempotent

Compare price and compare-at price for exact SKUs across selected stores to identify mismatches or missing variants.

Instructions

Compare price and compare-at price for exact SKUs across selected stores and highlight mismatches or missing variants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skusYesOne to fifty exact SKUs to compare.
storesYesOne to one hundred configured store aliases

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv1.6.0
    • changedInput schema / properties / stores / description
      Previous value: -"One to ten configured store aliases"New value: +"One to one hundred configured store aliases"
    • changedInput schema / properties / stores / maxItems
      Previous value: -10New value: +100
  2. Addedv1.5.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral detail by specifying that the tool compares both price and compare-at price and that it highlights mismatches and missing variants, going beyond the 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 a single, focused sentence with no filler. It front-loads the action and scope, and every word contributes to understanding the tool's purpose.

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 comparison tool with two well-described parameters, the description adequately conveys the core operation and output intent. However, without an output schema, it does not specify the exact return structure, and it does not address edge cases like SKUs absent from all stores; a bit more detail would make it fully complete.

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%, and the schema already describes both parameters well: 'skus' as exact SKUs and 'stores' as configured store aliases. The description adds no new parameter-level meaning, 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('compare'), a precise resource ('price and compare-at price for exact SKUs across selected stores'), and a concrete outcome ('highlight mismatches or missing variants'). This clearly differentiates it from sibling tools like compare_inventory and compare_catalog.

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 clearly implies this tool is for price comparison of exact SKUs across a chosen set of stores, which provides clear context for when to use it. It does not explicitly name alternatives or exclusions, but the scope is specific enough that an agent can infer the appropriate use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.