Skip to main content
Glama

FindMine Shopping Stylist

Official
by findmine

get_complete_the_look

Generate personalized outfit recommendations for a specific product based on customer preferences, availability, and gender, enhancing the shopping experience with tailored styling advice.

Instructions

Get outfit recommendations for a product

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
in_stockNoWhether the product is in stock
on_saleNoWhether the product is on sale
product_color_idNoColor ID of the product (if applicable)
product_idYesID of the product
return_pdp_itemNoWhether to return the original product in the response
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" }, "in_stock": { "default": true, "description": "Whether the product is in stock", "type": "boolean" }, "on_sale": { "default": false, "description": "Whether the product is on sale", "type": "boolean" }, "product_color_id": { "description": "Color ID of the product (if applicable)", "type": "string" }, "product_id": { "description": "ID of the product", "type": "string" }, "return_pdp_item": { "default": true, "description": "Whether to return the original product in the response", "type": "boolean" }, "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