Skip to main content
Glama

Web Intelligence Tools — Zinin M2M Hub

Shopify Price Change Monitor

shopify-price-change-monitor

Watches a Shopify store's catalogue and returns only the products whose price or availability changed since the previous check. The first run creates the baseline and says so. — $0.05/call, x402 (USDC on base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
websitesYesShopify (or possibly-Shopify) store URLs to watch, e.g. "allbirds.com". Every scheduled run re-checks these same sites and reports ONLY what changed since a previous run of this watch: a store newly added to the watch, or an already-tracked store's price range / catalog size / estimated revenue band shifting.
max_itemsNoCaps how many new-store / changed-store rows a single run will deliver and charge for, even if more were found.
baseline_keyNoA name for THIS watch, so you can run several independent store watches from one Actor (e.g. "dtc-competitors", "my-portfolio") without one overwriting another's memory of what's already been seen. Each name is scoped to YOUR OWN Apify account. The prefilled value is only there so this Actor's own daily test run has a stable, obviously-a-test name; replace it with your own watch name.

TDQS

A3.8/5.0
Behavior4/5

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

Annotations include readOnlyHint=false, idempotentHint=false, and destructiveHint=false, but the description adds valuable context: it maintains a stateful baseline (first run creates baseline and says so) and costs $0.05 per call. This goes beyond the annotations without contradicting them, though it does not detail auth or rate limits.

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, front-loaded sentence stating exactly what the tool does, followed by a brief pricing note. No wasted words; it is immediately scannable and actionable.

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?

The description lacks clarity on the output granularity: it says 'products' but the websites parameter description mentions 'store newly added' and 'price range / catalog size / estimated revenue band shifting,' suggesting store-level aggregates. With no output schema, this ambiguity is critical. The description also does not explain what a returned change row looks like, making it incomplete for an agent to confidently invoke the tool.

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 coverage is 100%, with detailed descriptions for all three parameters. The main description does not add parameter-specific semantics beyond what the schema already provides; the baseline_key description in the schema gives extra context about scoping, so the baseline 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?

The description clearly states it watches a Shopify store's catalogue and returns only products whose price or availability changed since the previous check. This distinguishes it from siblings like shopify-store-intelligence (general intelligence) and tech-stack-change-detector (tech stack focus). The baseline creation behavior is also noted.

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

Usage Guidelines3/5

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

The description implies use for monitoring price/availability changes over time ('since the previous check', 'first run creates baseline'), but it does not explicitly state when to prefer this over alternatives or provide exclusion criteria. The parameter description adds context about scheduled runs, but the main text lacks direct comparison to sibling tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools have clear distinct purposes, but url-to-markdown and structured-extract both fetch a single URL and could be confused; tech-stack-detector and tech-stack-change-detector are closely related but descriptions clarify the difference. Overall, the tool set is well-differentiated.

Naming Consistency4/5

The majority of tools use lowercase hyphenated names (e.g., domain-health-checker, url-to-markdown), but pricing_info breaks the pattern with an underscore. There is also some variation in style (detector vs. to-knowledge vs. extract), but it remains readable and predictable overall.

Tool Count5/5

Ten tools is well within the ideal range for a web intelligence bundle, covering domain health, store data, content extraction, and tech stack detection without feeling bloated or sparse. Each tool earns its place for specific use cases.

Completeness4/5

The surface covers major web intelligence needs: domain audits, Shopify/Zid store data, content fetching/transformation, and tech stack detection. Minor gaps exist, such as no generic price-change monitor for non-Shopify stores and no whois/backlink tools, but these are not critical for the stated purpose.

Resources