You're viewing a demo portfolio

Join the waitlist
PRSM

get_product_recommendation

Active

Tool of Custom Blinds Shop

declared in 1.0.0

Translate a customer's primary concern into a product recommendation. primary_concern must be one of: blockout, heat, glare, moisture, privacy, security, automation. Optionally narrow by room (bedroom, lounge, etc.), location, budget, and aesthetic. Returns a recommended product_id with rationale — pass it to get_price or configure_product next. Security concern routes to brochure MCP (Garden Route customers only).

Parameters schema

{
  "type": "object",
  "required": [
    "primary_concern"
  ],
  "properties": {
    "room": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "aesthetic": {
      "type": "string"
    },
    "max_budget_zar": {
      "type": "number"
    },
    "primary_concern": {
      "enum": [
        "blockout",
        "heat",
        "glare",
        "moisture",
        "privacy",
        "security",
        "automation"
      ],
      "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 →
get_product_recommendation — Custom Blinds Shop — PRSM MCP