user_analysis
Analyze Reddit user activity patterns, posting history, karma statistics, and top subreddits to understand behavior and engagement trends.
Instructions
Analyze a Reddit user's posting history, karma, and activity patterns. Returns posts, comments, and statistics.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comments_limit | No | Number of recent comments to include (0-100, default: 10) | |
posts_limit | No | Number of recent posts to include (0-100, default: 10) | |
time_range | No | Period to analyze: "day", "week", "month", "year", "all". Note: "all" returns newest content, others return top-scored content from that period | |
top_subreddits_limit | No | Number of most-active subreddits to list (1-50, default: 10) | |
username | Yes | Reddit username without u/ prefix (e.g., "spez", not "u/spez") |