get_user_comments
Retrieve Reddit comments from a specific user with options to sort by new, hot, top, or controversial and filter by time period.
Instructions
Get comments made by a specific user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of comments 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 comments for |