submit_enquiry
ActiveTool of Custom Blinds Shop
Legacy auth-required tool — prefer the open UCP flow (create_cart → create_checkout → complete_checkout) for credentialless checkout. Use submit_enquiry only when the customer wants a sales team follow-up by email rather than paying online. Requires Bearer token. Pass a configure_product output plus customer name, email, and phone. Team responds within 24 hours.
Parameters schema
{
"type": "object",
"required": [
"product_config",
"customer_name",
"customer_email",
"customer_phone"
],
"properties": {
"message": {
"type": "string",
"description": "Additional message or questions from the customer"
},
"customer_name": {
"type": "string",
"description": "Customer full name"
},
"customer_email": {
"type": "string",
"description": "Customer email address"
},
"customer_phone": {
"type": "string",
"description": "Customer phone number"
},
"product_config": {
"type": "object",
"properties": {
"colour": {
"type": "string"
},
"width_mm": {
"type": "number"
},
"height_mm": {
"type": "number"
},
"price_zar": {
"type": "number"
},
"mount_type": {
"type": "string"
},
"product_id": {
"type": "string"
},
"product_name": {
"type": "string"
}
},
"description": "Product configuration from configure_product"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries