get_user_posts
Retrieve posts submitted by a specific Reddit user with options to sort by new, hot, top, or controversial content and filter by time period.
Instructions
Get posts submitted by a specific user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of posts to return | |
| sort | No | Sort order: new, hot, top, controversial | new |
| time_filter | No | Time filter for top/controversial: hour, day, week, month, year, all | all |
| username | Yes | The username to get posts for |