Reddit Get
glim_reddit_getFetch a Reddit post, subreddit, or user by ref. Posts return comments; subreddits and users return profile metadata plus recent activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Post ID or URL, subreddit ref (r/programming or reddit.com/r/programming), or user ref (u/spez or reddit.com/user/spez) | |
| sort | No | Listing post sort | hot |
| time | No | Listing time range | day |
| limit | No | Max subreddit posts (1-10), each with full content + top comments | |
| cursor | No | Pagination cursor from a prior subreddit response's next_cursor | |
| format | No | Output format. 'text' (default): compact human-readable view, fewer tokens. 'json': full structured data for machine parsing. | text |
| comment_sort | No | Comment sort. Post refs only: subreddit/user listings always hydrate a fixed 2 top-level comments sorted by top. | confidence |
| comment_depth | No | Max nesting depth (post refs only) | |
| comment_limit | No | Max comments (post refs only) | |
| include_posts | No | Include recent posts for user refs | |
| include_comments | No | Include recent comments for user refs |