UCP Checker

subscribe_product_alert

Subscribe an email address to a product alert: restock (back in stock) or price_drop (price falls to a target). Useful when a product is out of stock or too expensive right now.

Schema

Input Schema

{
    "type": "object",
    "required": [
        "productId",
        "kind",
        "email"
    ],
    "properties": {
        "kind": {
            "type": "string",
            "description": "restock (notify when back in stock) or price_drop (notify when the price falls to targetPrice)"
        },
        "email": {
            "type": "string",
            "description": "where the notification is sent"
        },
        "productId": {
            "type": "integer"
        },
        "targetPrice": {
            "type": "string",
            "description": "required for price_drop; must be at or below the current price"
        }
    },
    "additionalProperties": false
}
Verified Stores
1
Member Stores

Stores exposing the subscribe_product_alert tool

Weekly UCP Report

Get the agentic commerce digest every Monday

Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.

Free forever No spam Unsubscribe anytime

View a sample report →

Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability