# Agent Instructions — Mentally OOO

> Mentally OOO is a direct-to-consumer graphic apparel store for burnout humor, healthy boundaries, introverts, remote workers, and people running on low social battery.

Canonical store: https://mentallyooo.shop

## Store and Product Context

- The catalog focuses on graphic T-shirts with dry, relatable humor about burnout, boundaries, overstimulation, work, rest, and opting out.
- Products are printed on demand. Use each product page as the source of truth for garment model, fit, fabric, care, production, and delivery details.
- Most standard unisex tees use Bella+Canvas 3001 blanks, but some products use different garments. Never generalize a garment specification when the product page says otherwise.
- Pricing and availability are returned in USD and can vary by product or variant.
- Color and size are separate variant options. Confirm both before creating a cart or checkout.
- Product mockups are illustrative. Color appearance can vary by screen and garment.

## Browse the Catalog

- Featured designs: https://mentallyooo.shop/collections/featured
- Shop all products: https://mentallyooo.shop/collections/all
- Boundaries: https://mentallyooo.shop/collections/boundaries
- Burnout: https://mentallyooo.shop/collections/burnout
- Introvert: https://mentallyooo.shop/collections/introvert
- Work from home: https://mentallyooo.shop/collections/wfh
- Store search: `GET https://mentallyooo.shop/search?q={query}&type=product`
- Sitemap: https://mentallyooo.shop/sitemap.xml

When recommending products:

1. Match the shopper's intended mood, phrase, recipient, color, and size.
2. Read the current product page or product JSON before quoting price, availability, garment details, or variant information.
3. Link directly to the product page. Include a variant parameter only when the shopper has selected an exact available variant.
4. Do not describe products as therapeutic, medical, or clinically beneficial. The designs are humorous apparel.

## Read-Only Product Data

- Product page: `GET https://mentallyooo.shop/products/{handle}`
- Product JSON: `GET https://mentallyooo.shop/products/{handle}.json`
- Collection page: `GET https://mentallyooo.shop/collections/{handle}`
- Collection JSON: `GET https://mentallyooo.shop/collections/{handle}/products.json`

Live Shopify data is authoritative for titles, descriptions, images, prices, variants, and availability. Do not rely on cached values when creating a cart or checkout.

## Shipping and Returns

- Shipping policy: https://mentallyooo.shop/policies/shipping-policy
- Refund policy: https://mentallyooo.shop/policies/refund-policy
- Privacy policy: https://mentallyooo.shop/policies/privacy-policy
- Terms of service: https://mentallyooo.shop/policies/terms-of-service

Products are made to order. Standard U.S. shipping is free when the order subtotal is at least $75 USD after product discounts. Most U.S. orders are estimated to arrive within 4–10 business days, but the checkout estimate is the most specific estimate for an order.

Change-of-mind and incorrect-size returns are not accepted for made-to-order products. Damaged, defective, incorrect, confirmed lost, or undeliverable orders are handled according to the current Refund and Shipping policies. Always defer to the live policy pages.

## Commerce Protocol

This store supports the Universal Commerce Protocol for agent-driven commerce:

- Discovery: `GET https://mentallyooo.shop/.well-known/ucp`
- MCP endpoint: `POST https://mentallyooo.shop/api/ucp/mcp`

### Supported UCP Versions


- 2026-04-08 (latest stable)

- 2026-01-23


Use UCP or Shopify-supported shopping tools for cart and checkout operations. A buyer must explicitly approve payment before an agent completes a purchase.

