Monitor Multiple Subreddits
reddit_monitor_subredditsScan multiple subreddits for posts containing specific keywords. Returns keyword-matched discussions grouped by subreddit with scores, comment counts, and links.
Instructions
Scan multiple subreddits for posts matching specific keywords. Returns only posts whose title or body contain at least one keyword.
This is the primary tool for weekly Reddit intelligence digests — it scans target communities and filters for relevant discussions.
Args:
subreddits (string[]): List of subreddits to scan (e.g., ["nursing", "instructionaldesign", "humanresources"])
keywords (string[]): Keywords to match in post titles/body (e.g., ["compliance", "training", "onboarding", "policy", "video"])
time (string): Time window — "hour", "day", "week", "month" (default: "week")
limit_per_sub (number): Posts to fetch per subreddit, 5-100 (default: 50)
response_format (string): "markdown" or "json" (default: "markdown")
Returns: Filtered, keyword-matched posts grouped by subreddit with scores, comment counts, and links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Time window to scan: hour, day, week, month | week |
| keywords | Yes | Keywords to filter for in post titles and body text (e.g., ["compliance", "training", "onboarding"]) | |
| subreddits | Yes | List of subreddit names to scan (without r/ prefix, e.g., ["nursing", "instructionaldesign"]) | |
| limit_per_sub | No | Posts to scan per subreddit (default: 50) | |
| response_format | No | Output format: markdown or json | markdown |