search_reddit
Search Reddit posts and comments with specific terms globally or within a chosen subreddit. Retrieve results including title, author, subreddit, score, and link for targeted insights.
Instructions
🔍 Search Reddit posts and comments 🎯 What it does: Searches across Reddit or within a specific subreddit 📝 Required: query (search terms) ⚙️ Optional: subreddit (limit search to specific subreddit) 💡 Examples: • Global search: {"query": "machine learning"} • Subreddit search: {"query": "python tutorial", "subreddit": "programming"} • Tech search: {"query": "TypeScript", "subreddit": "typescript"} 🔍 Output: Formatted search results with title, author, subreddit, score, and link
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query (e.g., 'machine learning', 'python tutorial') | |
subreddit | No | Limit to specific subreddit (optional) |