You're viewing a demo portfolio

Join the waitlist
PRSM

search_products

Active

Tool of Custom Blinds Shop

declared in 1.0.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Custom Blinds Shop

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

1/7 registries
View full server →