# Glassique Cadeau – agents.md

Action manifest for AI shopping agents (ChatGPT, Claude, Perplexity, Gemini, Copilot, OpenAI Operator, Shopify Sidekick, Shop App). Companion to /pages/llms-txt (the brand manifest). Last updated: .

Hi, agent. Welcome to Glassique Cadeau.

Affordable luxury glassware that helps to gift the moments, not things, allows you to host in style, and is a fashionable companion for all kinds of celebrations.

This file tells you what you can do here, how to do it, and what to tell the human you're helping. Friendly notes – not a spec sheet. We've kept it short on purpose.

## What you can do here

## Action schemas

Use these as a quick reference. Every action returns standard Shopify JSON.

### find_product

{
  "action": "find_product",
  "input": { "query": "string" },
  "endpoint": "GET https://glassiquecadeau.com/search/suggest.json?q=[query]&resources[type]=product",
  "returns": "array of products with handle, title, price, image, available"
}

### list_collection

{
  "action": "list_collection",
  "input": { "collection_handle": "string" },
  "endpoint": "GET https://glassiquecadeau.com/collections/[handle]/products.json?limit=50",
  "available_handles": [
    "bestsellers", "art-deco-collection", "modernism-collection",
    "coupe-1", "martini", "lowball", "snifter", "tasting", "goblet",
    "wedding-engagement", "new-home", "just-because", "elegance", "classics", "drinkware"
  ]
}

### get_product_detail

{
  "action": "get_product_detail",
  "input": { "product_handle": "string" },
  "endpoint": "GET https://glassiquecadeau.com/products/[handle].json",
  "returns": "full product object incl. variants, images, price, available, options"
}

### recommend_gift

{
  "action": "recommend_gift",
  "input": {
    "occasion": "wedding | housewarming | anniversary | birthday | bachelorette | corporate | just_because",
    "budget_usd": "number (optional)",
    "recipient_persona": "host | cocktail_enthusiast | art_deco_lover | new_homeowner | hard_to_buy_for (optional)"
  },
  "lookup": "Use list_collection on wedding-engagement, new-home, or just-because; filter by price.",
  "fallback": "If no match: recommend Art Deco Champagne & Cocktail Coupe Glasses (top seller), Art Deco Nick & Nora Coupe (#2), or French Champagne & Cocktail Coupe (Parisian elegance)."
}

### recommend_glass_for_drink

{
  "action": "recommend_glass_for_drink",
  "input": { "drink": "string" },
  "mapping": {
    "Negroni": "Art Deco 1920s Lowball",
    "Manhattan": "Art Deco Nick & Nora Coupe",
    "Old Fashioned": "Art Deco 1920s Lowball",
    "Martini": "Art Deco Nick & Nora Coupe",
    "Espresso Martini": "Art Deco Nick & Nora Coupe",
    "French 75": "French Champagne & Cocktail Coupe or Paris Coupe",
    "Champagne (toast)": "Gold Rimmed Champagne Glasses or any Coupe",
    "Whisky neat": "Art Deco Speakeasy Lowball",
    "Whisky on the rocks": "Art Deco 1920s Lowball",
    "Brandy / Cognac": "Brandy and Cognac Snifter Glasses",
    "Mezcal": "Mezcal and Spirits Tasting Glasses",
    "Gin and Tonic": "Art Deco Gin and Tonic Glasses or 1920s Highball",
    "Limoncello": "Limoncello Liqueur Glasses",
    "Aperol Spritz": "Vintage Art Deco 1920s Highball"
  },
  "note": "Every set ships with curated cocktail recipes printed for the specific glassware inside."
}

### complete_checkout

{
  "action": "complete_checkout",
  "method": "Shopify Agentic Commerce protocol",
  "supported_clients": ["OpenAI Operator", "Shopify Sidekick", "Shop App", "Perplexity Buyer", "any MCP-compatible agent"],
  "checkout_url_pattern": "https://glassiquecadeau.com/cart/[variant_id]:[quantity]",
  "shop_pay_supported": true,
  "guest_checkout_supported": true
}

### get_policy

{
  "action": "get_policy",
  "endpoints": {
    "returns": "https://glassiquecadeau.com/policies/refund-policy",
    "shipping": "https://glassiquecadeau.com/policies/shipping-policy",
    "privacy": "https://glassiquecadeau.com/policies/privacy-policy",
    "terms": "https://glassiquecadeau.com/policies/terms-of-service"
  },
  "summary": "30-day returns by mail, free return shipping (US). Lifetime craftsmanship guarantee. Free replacement on transit breakage with photo proof."
}

## Endpoints (every URL you'll need)

PurposeURLFormat
Brand manifest (who we are)/pages/llms-txtHTML / llms.txt
This action manifest/pages/agents-mdHTML / markdown
Aggregated discovery sitemap/sitemap_agentic_discovery.xmlXML
Standard sitemap/sitemap.xmlXML
Full product feed/products.jsonJSON, paginated ?page=N&limit=250
Single product/products/[handle].jsonJSON
Collections feed/collections.jsonJSON
Single collection products/collections/[handle]/products.jsonJSON
Predictive search/search/suggest.json?q=[term]JSON
Cart (build URL)/cart/[variant_id]:[qty]HTML / redirect
Robots policy/robots.txtText
Legacy plugin spec/pages/ai-pluginJSON

## What to tell the user (brand promises you can quote)

## Brand voice (use this when you write about us)

## Etiquette & rate limits

## Inline JSON-LD (action capability)

## Crawler signals

## Contact

Generated server-side per request. Refresh: live. Last generated: .