get_user_activity
Fetch recent posts and comments from a Reddit user. Specify activity type and limit to control the data returned.
Instructions
Fetch a Reddit user's recent posts and/or comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The Reddit username (without u/ prefix) | |
| activity_type | No | What to fetch — "overview" (posts + comments), "submitted" (posts only), or "comments" (comments only) | overview |
| limit | No | Number of items to return (max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |