You're viewing a demo portfolio

Join the waitlist
PRSM

cypher_mint_coupon

Active

Tool of cypher-mcp

declared in 3.4.2

Create a new operator-owned discount coupon.

Parameters schema

{
  "type": "object",
  "required": [
    "name",
    "discount_percent",
    "valid_from",
    "valid_until"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "The catchy code patrons type to redeem\n(operator-scoped uniqueness)."
    },
    "dpop_token": {
      "type": "string",
      "default": ""
    },
    "total_uses": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Aggregate cap across all patrons (default None =\nunlimited)."
    },
    "valid_from": {
      "type": "string",
      "description": "ISO-8601 datetime when the coupon becomes active."
    },
    "valid_until": {
      "type": "string",
      "description": "ISO-8601 datetime when the coupon expires."
    },
    "uses_per_patron": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": 1,
      "description": "How many tool calls one patron can claim the\ndiscount on (default 1; pass null/None for unlimited\nwithin the window)."
    },
    "discount_percent": {
      "type": "number",
      "description": "Percentage off the base price (0-100)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cypher-mcp

https://github.com/lonniev/cypher-mcp

2/7 registries
View full server →