You're viewing a demo portfolio

Join the waitlist
PRSM

issue_rewards

Active

Tool of FavCRM

declared in 1.0.0

Issue a gift/reward to multiple members. Requires a gift offer ID and member IDs.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "giftOfferId",
    "memberIds"
  ],
  "properties": {
    "expiresAt": {
      "type": "string",
      "description": "Optional ISO date when the reward expires"
    },
    "memberIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Member/account IDs to receive the reward (max 50)"
    },
    "giftOfferId": {
      "type": "string",
      "description": "The gift offer/reward scheme ID to issue"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →