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