discover_business
ActiveTool of FlowVolt
Tailor FlowVolt to the user's specific business via a 5-question intake. Call this when the user wants a custom plan rather than a generic quote, or when they're unsure which plan fits. Pass any answers the user has already given so far in `answers`. The tool returns the NEXT unanswered question OR the final tailored plan when all 5 are filled. Question 1 is what their business does, Q2 is their ideal customer, Q3 is the outcome they want (meeting, demo, free trial signup, paid conversion, contract), Q4 is what that outcome is worth, Q5 is their current outbound. The final response includes the right plan recommendation, real ROI math from their numbers, and a sample message in their voice. Always sequential and warm, never a form dump.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"name": {
"type": "string",
"description": "User's first name if known."
},
"answers": {
"type": "object",
"properties": {
"what_we_sell": {
"type": "string",
"description": "One sentence on what the business does."
},
"ideal_customer": {
"type": "string",
"description": "Industry, rough size, the role inside the company who'd say yes."
},
"target_outcome": {
"enum": [
"meeting",
"demo",
"free_trial_signup",
"paid_conversion",
"contract_signed",
"other"
],
"type": "string",
"description": "What outcome wins for them."
},
"current_outbound": {
"type": "string",
"description": "Their current outbound state. Free text: nothing / manual / which tool / VA."
},
"outcome_value_usd": {
"type": "number",
"description": "What that outcome is worth in dollars when it lands (LTV for SaaS, deal value for sales-led, etc)."
},
"other_outcome_text": {
"type": "string",
"description": "Only if target_outcome=other. Free text."
}
},
"additionalProperties": false
},
"company": {
"type": "string",
"description": "Business name if known."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FlowVolt
https://github.com/Larshiensch99/flowvolt-strike-engine
1/7 registries