get_product_recommendation
ActiveTool of Custom Blinds Shop
Translate a customer's primary concern into a product recommendation. primary_concern must be one of: blockout, heat, glare, moisture, privacy, security, automation. Optionally narrow by room (bedroom, lounge, etc.), location, budget, and aesthetic. Returns a recommended product_id with rationale — pass it to get_price or configure_product next. Security concern routes to brochure MCP (Garden Route customers only).
Parameters schema
{
"type": "object",
"required": [
"primary_concern"
],
"properties": {
"room": {
"type": "string"
},
"location": {
"type": "string"
},
"aesthetic": {
"type": "string"
},
"max_budget_zar": {
"type": "number"
},
"primary_concern": {
"enum": [
"blockout",
"heat",
"glare",
"moisture",
"privacy",
"security",
"automation"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries