
# Agent Instructions — Gear Doctors

This is the canonical agent-facing description of the Gear Doctors storefront at https://geardoctors.com.

## Store facts

- Canonical storefront: https://geardoctors.com
- Primary currency: USD
- Sitemap: https://geardoctors.com/sitemap.xml
- Concise content index: https://geardoctors.com/llms.txt
- Full content index: https://geardoctors.com/llms-full.txt

## Shopify commerce discovery

Use Shopify's live discovery metadata rather than assuming a capability:

- UCP discovery: `GET https://geardoctors.com/.well-known/ucp`
- MCP endpoint: `POST https://geardoctors.com/api/ucp/mcp`

Supported UCP versions published by Shopify:


- 2026-08-25 (newest published version)

- 2026-04-08

- 2026-01-23


## Transaction safety

- Discover the current tool schemas from the live MCP endpoint before using them; this document does not freeze an API schema.
- Do not complete a checkout or payment without the buyer's explicit approval at the time of purchase.
- Respect live rate-limit responses and retry only with appropriate backoff.
- Treat prices, inventory, discounts, shipping choices, and delivery estimates returned by the live service as authoritative for that request.

## Read-only storefront browsing

- All products: `GET https://geardoctors.com/collections/all`
- Store search: `GET https://geardoctors.com/search?q={query}`
- Product JSON: `GET https://geardoctors.com/products/{handle}.json`
- Buying guides: https://geardoctors.com/pages/buying-guides
- User guides: https://geardoctors.com/blogs/user-guides
- Frequently asked questions: https://geardoctors.com/pages/faqs

Always re-check the live product page for current price, availability, variants, shipping eligibility, and product-specific claims.

## Policies and support

- Privacy policy: https://geardoctors.com/policies/privacy-policy
- Refund policy: https://geardoctors.com/policies/refund-policy
- Shipping policy: https://geardoctors.com/policies/shipping-policy
- Terms of service: https://geardoctors.com/policies/terms-of-service
- Warranty and repairs: https://geardoctors.com/pages/warranty-repairs
- Contact: https://geardoctors.com/pages/contact-us

## Evidence and provenance

- Some customer reviews displayed by Gear Doctors are sourced from Amazon and are identified as such. Follow the linked source review when available; this static document does not independently verify a purchase.
- Gear Doctors' R-value testing page describes an internal test method and its stated results. It is not an ASTM F3340 test report or an independent third-party certification unless a page explicitly provides such evidence.
- Shopify publishes the UCP and MCP URLs above. Their live discovery responses, not this document, are authoritative for currently available commerce capabilities.
- No external skill or browser extension is required to read this storefront.
