reddit_list_user_posts
List posts a Reddit account has submitted, sorted by hot, new, top, rising, or controversial. Paginate through submissions to browse the user's available post history.
Instructions
List the posts an account has submitted, newest first by default. Reddit only serves roughly the last 1000 items of any user listing however far you paginate, so this cannot reconstruct a full history for a prolific account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Listing sort. `top` and `controversial` also read `time`. | hot |
| time | No | Time window, used only by the `top` and `controversial` sorts. Ignored otherwise. | day |
| after | No | Pagination cursor: pass the `after` value from the previous response to get the next page. Reddit paginates by fullname, not by offset, so there is no page number. | |
| limit | No | How many items to return (1-100). Defaults to 25; Reddit's hard cap is 100. | |
| username | Yes | Reddit username without the `u/` prefix, e.g. "spez". |