set_auto_reload
ActiveTool of Hermoso
Turn automatic credit reloads on or off (admin only): when the balance drops below a threshold, the card on file is charged for a top-up pack — SERVER-SIDE, even with no app open. Requires a saved card, added once in the app at first checkout/top-up; if there's none the tool tells you exactly where to add it. After that one-time card setup, agents can manage auto-reload, top-ups and plan links fully. Members (read-only billing) get an 'ask an admin' message.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"enabled"
],
"properties": {
"enabled": {
"type": "boolean",
"description": "true to turn auto-reload on, false to turn it off"
},
"reloadCredits": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "how many credits to add each reload — must match a credit pack size (see buy_credits)"
},
"thresholdCredits": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "reload when the balance drops below this many credits"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries