issue_rewards
ActiveTool 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"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries