get_replies
ActiveTool of FlowVolt
Fetch recent inbound replies from prospects (with detection of forwarded threads). Use when the user asks who replied, what they said, or wants to triage the inbox. Returns: { count, replies: [{ from_email, original_recipient, forwarded_chain, company, classification, reply_text, our_response, replied_at }] }. classification values: interested|send_audit|question|not_now|not_interested|unsubscribe|misclassified.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Max replies to return (1-100). Default 20. Example: 10"
},
"classification": {
"enum": [
"positive",
"all"
],
"type": "string",
"description": "\"positive\" returns only interested + send_audit. \"all\" returns every reply. Default \"all\". Example: \"positive\""
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
FlowVolt
https://github.com/Larshiensch99/flowvolt-strike-engine
1/7 registries