You're viewing a demo portfolio

Join the waitlist
PRSM

request_back_in_stock

Active

Tool of Synchronity

declared in 0.2.0

Subscribe the buyer to a back-in-stock alert for an out-of-stock product. Use when the buyer asks to be notified/told/pinged when an item restocks ("notify me when X is back", "let me know when it's in stock"). Collect the buyer's email so the alert can reach them (without it only the demand is recorded for the merchant). The buyer is emailed when the product is next seen in stock. Returns whether an email alert was armed.

Parameters schema

{
  "type": "object",
  "required": [
    "site_id",
    "product_id"
  ],
  "properties": {
    "email": {
      "type": "string",
      "description": "Buyer's email for the restock alert (recommended — without it no alert is sent)"
    },
    "site_id": {
      "type": "string",
      "description": "Registered site ID"
    },
    "product_id": {
      "type": "string",
      "description": "Product ID to watch"
    },
    "variant_id": {
      "type": "string",
      "description": "Specific variant to watch (optional)"
    },
    "product_title": {
      "type": "string",
      "description": "Product name, for a clearer alert + merchant view (optional)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Synchronity

https://github.com/themewireco/synchronity

2/7 registries
View full server →
request_back_in_stock — Synchronity — PRSM MCP