How to Search Fashion and Home Products with Copilot
Search fashion and home products with Copilot and ToolRouter. Product data for shopping apps.
ToolStyle FinderCopilot pulls fashion and home product search results from within your IDE for building product discovery features, style recommendation engines, or shopping platform content. Query by natural language description, extract structured product data, and wire the results into your commerce application.
Connect ToolRouter to Copilot
1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the Style Finder tool:
- Ask: "Use style-finder to search for Scandi-style oak dining chairs under £200"
- Copilot returns structured product data
- Ask: "Return as JSON with product_name, brand, price, currency, style_tags, image_url, and buy_url"
- Wire the product data into your discovery feature or shopping app
Example Prompt
Try this with Copilot using the Style Finder tool
Use style-finder to search for minimalist linen curtains in neutral tones for a home office. Return typed JSON with product_name, brand, price, currency, style_tags, colour, image_url, and buy_url.
Tips
- Store style_tags as an array to support style-based filtering and recommendation logic
- Include image_url in the schema so your app can display product imagery without additional fetching
- Add a category field to separate fashion from home items in a combined product catalogue