Reddit

get_comment_tree

Fetch the full comment tree for a post, including a real (non-blackout) comment count for posts younger than ~36h. 1 credit per call. An invalid or malformed post_id returns an 'invalid request' error (credit refunded, not charged) rather than a genuine outage — retrying with the same bad id won't help; double-check it came from a real search_posts result.

Remote threadsnoop/reddit

Remote (network-hosted)

Other tools also called get_comment_tree? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 500,
      "minimum": 1,
      "description": "Max number of comments to include, 1-500."
    },
    "post_id": {
      "type": "string",
      "minLength": 1,
      "description": "The Reddit post id to fetch the full comment tree for, from a prior search_posts result."
    }
  }
}
          

Provider

Reddit →