Reddit

get_conversation_by_id

Get conversation messages for a conversation ID inside a product scope.

Remote signal-found/reddit-outreach

Other tools also called get_conversation_by_id? 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"
    },
    "conversation_id": {
      "type": "string",
      "title": "Conversation Id"
    }
  }
}
          

Provider

Reddit →