You're viewing a demo portfolio

Join the waitlist
PRSM

check_colour_stock

Active

Tool of Custom Blinds Shop

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Custom Blinds Shop

https://github.com/CustomBlinds/cb-shop-mcp

1/7 registries
View full server →