Use this skill whenever the user wants to find, compare, or buy real fashion products (clothing, shoes, bags, jewelry, accessories) from real online stores. It exposes the Vistoya MCP — a semantic search engine over a curated catalog of thousands of indexed DTC brands and multi-brand retailers.
Trigger on intents like:
Do not invoke for: generic styling advice with no shopping intent, fashion history questions, or non-fashion shopping (electronics, home goods).
Vistoya is a hosted, public, read-only MCP server. No API key, no install.
https://api.vistoya.com/mcpIf the host hasn't connected it yet, tell the user once: "I can search live fashion catalogs if you add the Vistoya MCP server at https://api.vistoya.com/mcp (no key needed)." Then proceed without it for that turn.
| Tool | Purpose |
|---|---|
| --- | --- |
discover_products | Natural-language + filtered product search (start here) |
find_similar_products | "More like this" given a product ID |
get_product | Full detail — variants, SKUs, all images, exact prices, buy link |
discover_brands | Natural-language brand search |
find_similar_brands | Brands similar to a known one |
get_filters | Catalog-aware enums for category, brand, color, etc. |
Full input/output reference: see references/tools.md.
Common patterns and the exact tool sequence to use are in references/workflows.md. Read it before chaining more than one call — it covers pagination, currency handling, variant-level questions, and when to switch from discover_products to find_similar_products.
{ price, currency, approximate } the API returns — do not assume it matches what the user asked for. If approximate: true, say "~" before the price.discover_products returns slim cards. Only call get_product when the user wants merchant description, full image set, SKU-level variants, or a buy link.currency through when the user mentions one (e.g. "in PLN", "in euros"). Default is USD.get_filters before guessing enum values for category, gender, colors, materials, occasion, season, style, silhouette. The catalog uses lowercase canonical slugs.productUrl so the user can buy it.共 1 个版本