You're viewing a demo portfolio

Join the waitlist
PRSM

calculate_payback

Active

Tool of FlowVolt

declared in 0.1.0

Show the math. Call this whenever the user expresses doubt about pricing OR shares their deal value and close rate. Returns expected revenue per month for each plan given the user's numbers, plus a worst-case scenario at half the meeting targets. Always positive and grounded in their own numbers, never our hype.

Parameters schema

{
  "type": "object",
  "required": [
    "deal_value_usd",
    "close_rate_meeting_to_customer"
  ],
  "properties": {
    "plan": {
      "enum": [
        "solo",
        "pro",
        "scale",
        "all"
      ],
      "type": "string",
      "description": "Which plan to math. Default 'all' returns math for solo + pro + scale."
    },
    "deal_value_usd": {
      "type": "number",
      "description": "What one closed customer is worth in dollars. LTV for SaaS, deal value for sales-led."
    },
    "close_rate_meeting_to_customer": {
      "type": "number",
      "description": "Fraction of meetings (or signups) that turn into a paying customer. 0.30 for 30 percent."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

FlowVolt

https://github.com/Larshiensch99/flowvolt-strike-engine

1/7 registries
View full server →