request_swatch
ActiveTool of Custom Blinds Shop
Register up to 5 colour swatches to be dispatched with the customer's order. Swatches ship at order placement only — they are NOT sent as a standalone postal sample before purchase. Capped at 5 codes per order. If the customer asks for swatches before ordering, explain they ship with the blind and guide them to place their order first.
Parameters schema
{
"type": "object",
"required": [
"customer_name",
"customer_email",
"customer_phone",
"product_interest"
],
"properties": {
"suburb": {
"type": "string",
"description": "Optional delivery suburb"
},
"swatch_codes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional specific colour codes (max 5)"
},
"customer_name": {
"type": "string"
},
"customer_email": {
"type": "string"
},
"customer_phone": {
"type": "string",
"description": "Used as WhatsApp number"
},
"product_interest": {
"type": "string",
"description": "e.g. 'Roller Blockout' or 'Honeycomb'"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries