Skip to main content
Glama

shopify_verify_product_readiness

Read-onlyIdempotent

Verify Shopify product readiness after publication by confirming product, publications, title, price, currency, landing page, and checkout surface.

Instructions

Read exact Shopify Admin and storefront evidence after publication. The governed host verifies the requested product, publications, title, price, currency, public landing page, and checkout surface without returning raw storefront HTML.

Args: product_id (required): Exact Shopify product ID (numeric or GID). publication_ids (required): Non-empty exact publication IDs that must contain the product. expected_title (required): Approved product title expected in Admin and on the landing page. expected_price (required): Approved canonical two-decimal variant price. expected_currency (required): Approved uppercase ISO-4217 shop currency. landing_url (required): Canonical HTTPS landing URL expected from Shopify Admin. publication_completed_at (required): UTC completion time of the governed publication write. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
effectYes
product_idNo
project_idNo
landing_urlNo
project_refNo
approval_refNo
expected_priceNo
expected_titleNo
idempotency_keyNo
publication_idsNo
expected_currencyNo
connector_account_refNo
publication_completed_atNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

A4.3/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, and the description reinforces this with 'Read' and effect='read'. It adds valuable behavioral detail beyond annotations: the governed host verifies multiple surfaces, returns no raw storefront HTML, and requires the effect to be 'read' with Spring verification. This is substantive context without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The opening sentence is front-loaded with the core purpose and key constraints. The parameter list is long but justified given the schema provides no descriptions; each parameter definition earns its place. Minor verbosity in repeating 'required' and the awkward 'effect: Required and must be read; Spring verifies it' phrasing keep it from a 5.

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 13-parameter verification tool, the description covers the necessary inputs, expected formats, and safety behavior; an output schema exists, so return-value documentation is not required. Missing pieces are explicit alternative routing and clarification of the discrepancy between prose-required fields and schema-required fields, but the definition is largely complete for invocation.

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?

With 0% schema description coverage, the description does heavy lifting and provides strong semantics: exact formats for product_id (numeric or GID), price (two-decimal), currency (uppercase ISO-4217), landing_url (canonical HTTPS), and publication_completed_at (UTC). However, it labels many parameters as 'required' while the input schema only requires 'effect', which could mislead an agent into over-constraining invocation.

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 opens with a specific verb and resource: 'Read exact Shopify Admin and storefront evidence after publication.' It clearly enumerates what gets verified (product, publications, title, price, currency, landing page, checkout surface) and even states a negative ('without returning raw storefront HTML'), making it easy to distinguish from other shopify_* 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 timing context: this is a post-publication verification step, and the 'governed host verifies' phrasing signals a controlled read workflow. It does not name alternatives or explicitly state when-not-to-use, but the 'after publication' framing plus the distinctive verification scope provides good guidance.

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/RPasquale/lightbulb-mcp'

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