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) |