reddit_fetch_thread
Fetch a Reddit post's comment tree live and store the comments. Optionally limit count and filter by minimum score.
Instructions
Fetch a post's comment tree live and store the comments.
post_id may be a bare id (abc123) or a fullname (t3_abc123).
Returns {"post": <post dict or None>, "comments": [<comment dicts>], "comments_collected": N}. The post object is included when it is already in
the store (e.g. from a prior sweep/search). Comments are stored so you can
cite them as evidence afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| min_score | No | ||
| max_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||