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