Skip to main content
Glama

FindMine Shopping Stylist

Official
by findmine

get_visually_similar

Find visually similar products using product ID, color ID, and personalized preferences. Retrieve matching items with pagination and tailored recommendations for enhanced shopping experiences.

Instructions

Get visually similar products

Input Schema

NameRequiredDescriptionDefault
api_versionNoAPI version to use (overrides FINDMINE_API_VERSION env var)
customer_genderNoCustomer gender (M = Men, W = Women, U = Unknown)
customer_idNoCustomer ID for personalized recommendations
limitNoMaximum number of products to return
offsetNoOffset for pagination
product_color_idNoColor ID of the product (if applicable)
product_idYesID of the product
session_idNoSession ID for tracking and personalization

Input Schema (JSON Schema)

{ "properties": { "api_version": { "description": "API version to use (overrides FINDMINE_API_VERSION env var)", "type": "string" }, "customer_gender": { "description": "Customer gender (M = Men, W = Women, U = Unknown)", "enum": [ "M", "W", "U" ], "type": "string" }, "customer_id": { "description": "Customer ID for personalized recommendations", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of products to return", "type": "number" }, "offset": { "default": 0, "description": "Offset for pagination", "type": "number" }, "product_color_id": { "description": "Color ID of the product (if applicable)", "type": "string" }, "product_id": { "description": "ID of the product", "type": "string" }, "session_id": { "description": "Session ID for tracking and personalization", "type": "string" } }, "required": [ "product_id" ], "type": "object" }
Install Server

Other Tools from FindMine Shopping Stylist

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/findmine/findmine-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server