get_user_by_name_comments
Retrieve recent comments by a specified Reddit user, with sort orders for new, top, or controversial and pagination support. Fetch user comment history for analysis or display.
Instructions
A user's recent comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Reddit username | |
| sort | No | Sort order | new |
| after | No | Pagination cursor from a previous response | |
| limit | No | Items to return, 1-100 |