Tolstoy Shopper
Search products, view details, and try items on across stores powered by Tolstoy.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Search products, view details, and try items on across stores powered by Tolstoy.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| search_products | Search the catalog by a specific free-text query (e.g. a product name, material, or occasion the shopper named). In marketplace mode, searches across every brand store on Tolstoy — one catalog, no store selection needed. Use this only when the shopper names something specific to look for. For open-ended browsing, featured, best sellers, or a collection, use browse_products instead. When shopping a single brand, the optional `filters` (category/productType/tag) narrow the results. Each result carries a `productRef`; pass it to get_product for full details. |
| get_product | Load full details for one product by its `productRef` (from search_products or browse_products): description, price, media, the brand's real product videos, size guide, per-variant stock, and buy links. Returns each variant's id and options (size/color). Use it to resolve the exact `variantId` the shopper wants before calling build_cart, and to answer fit/sizing questions from the size guide. The response includes the product image so it can be seen directly. |
| try_on | Opens an interactive virtual try-on for a product (by `productRef` from `search_products`): the shopper uploads their photo and gets a photorealistic image of themselves wearing the actual product — true to the real garment. Only available for brands that enabled marketplace try-on; when unavailable, the response says so and the product can still be viewed via its store link. |