You're viewing a demo portfolio

Join the waitlist
PRSM

get_replies

Active

Tool of FlowVolt

declared in 0.1.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FlowVolt

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

1/7 registries
View full server →