search_products
ActiveTool of Custom Blinds Shop
Use when the customer hasn't specified a product ID yet. Filters by blind type (roller, venetian, honeycomb, vertical, outdoor), colour name, or maximum window dimensions in mm. Returns product_id, name, description, features, and in-stock colour count. Pass the product_id to get_price or configure_product as the next step.
Parameters schema
{
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Blind category to filter by: roller, venetian, honeycomb, vertical, outdoor"
},
"colour": {
"type": "string",
"description": "Colour name to search for (partial match)"
},
"province": {
"type": "string",
"description": "Optional. Customer's South African province or city. Garden Route locations get Duncan's direct contact; other locations get the online shop contact."
},
"max_width_mm": {
"type": "number",
"description": "Maximum width in millimetres the product supports"
},
"max_height_mm": {
"type": "number",
"description": "Maximum height/drop in millimetres the product supports"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries