get_seller_products
Drill into ONE seller's catalogue to answer 'is X available at seller Y'. Pass the seller_mcp_url from a find_seller / list_sellers result (a VIA-app seller or an RRG brand). Returns that seller's products matching your query (or its whole catalogue if query is omitted), each with price, in-stock sizes where known, and a direct web_url to the product page. Use this right after find_seller whenever the user names a specific seller or brand, e.g. 'raw denim jeans in size 36 at Standard & Strange'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max products to return (default 15). | |
| query | No | What to look for in that seller's catalogue, e.g. 'raw denim jean'. Omit to list the whole catalogue. | |
| seller_mcp_url | Yes | The mcp_url from a find_seller / list_sellers result, e.g. https://realrealgenuine.com/brand/standard-and-strange/mcp or https://app.getvia.xyz/sellers/the-sentient-startup/mcp |