WebMCP Registry

apply_promo

verifiedv0.1

Apply a discount code. Simulated demo; registered by the /shop page.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "Promo code (e.g. WELCOME10, STYLE20, MAISON)"
    }
  }
}

Full Contract

{
  "name": "apply_promo",
  "description": "Apply a discount code. Simulated demo; registered by the /shop page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "code"
    ],
    "properties": {
      "code": {
        "type": "string",
        "description": "Promo code (e.g. WELCOME10, STYLE20, MAISON)"
      }
    }
  }
}

GET /api/tool/agentk.stacktr.ee/apply_promo