Reddit

compare_confirmed_vs_uninterested

Pull sample confirmed and uninterested conversations and return side-by-side message snippets.

Remote signal-found/reddit-outreach

Other tools also called compare_confirmed_vs_uninterested? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "client_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Client Id",
      "default": null
    },
    "product_slug": {
      "type": "string",
      "title": "Product Slug"
    },
    "confirmed_count": {
      "type": "integer",
      "title": "Confirmed Count",
      "default": 5
    },
    "uninterested_count": {
      "type": "integer",
      "title": "Uninterested Count",
      "default": 5
    }
  }
}
          

Provider

Reddit →