get_subscription_status
ActiveTool of FlowVolt
Show the customer their current FlowVolt state in plain language: plan, billing, engine status, and live progress (buyers reached, replies, meetings). Use whenever they ask 'what's my plan', 'how's it going', 'what's my pipeline doing', 'when does it renew'. Works for authenticated tenants automatically; anonymous callers pass `email` (the one used at Stripe Checkout). Pass `name` if known so we greet them personally.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"name": {
"type": "string",
"description": "User's first name if known."
},
"email": {
"type": "string",
"description": "Stripe Checkout email if not authenticated."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FlowVolt
https://github.com/Larshiensch99/flowvolt-strike-engine
1/7 registries