get_funnel
ActiveTool of FlowVolt
Compute pipeline funnel metrics for a date range: counts and rates for leads_sent, opens, replies, positive_replies, meetings_booked. Use for any quantitative question about pipeline performance (e.g. "what's our reply rate this week?"). Returns: { leads_sent, opens, open_rate, replies, reply_rate, positive_replies, positive_rate, audit_views, meetings_booked, meeting_rate_of_positives, date_range }.
Parameters schema
{
"type": "object",
"required": [
"from_date",
"to_date"
],
"properties": {
"to_date": {
"type": "string",
"description": "Window end, ISO 8601 timestamp. Example: \"2026-05-17T23:59:59Z\""
},
"from_date": {
"type": "string",
"description": "Window start, ISO 8601 timestamp. Example: \"2026-05-10T00:00:00Z\""
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FlowVolt
https://github.com/Larshiensch99/flowvolt-strike-engine
1/7 registries