check_colour_stock
ActiveTool of Custom Blinds Shop
Verify whether a specific colour is available before configure_product. Returns in_stock boolean, expected_restock_date if out of stock, and up to 5 alternative in-stock colours ordered by similarity. Call this when a customer requests a named colour or when you want to prevent a configure_product failure due to an out-of-stock selection.
Parameters schema
{
"type": "object",
"required": [
"product_id",
"colour_name"
],
"properties": {
"product_id": {
"type": "string"
},
"colour_name": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries