get_loyalty_balance
ActiveTool of FavCRM
declared in 1.0.0
Get a member's current loyalty balance — points, stamps, credits, lifetime totals, and active membership tier. Returns null if the member is not enrolled.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"accountId"
],
"properties": {
"accountId": {
"type": "string",
"description": "The member/account ID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries