search_reddit_all
Find posts across all of Reddit using customizable search parameters including sorting by relevance, time filters, and result limits to locate specific content.
Instructions
Search for posts across all of Reddit (site-wide search)
Args: query: The search query to search across all Reddit limit: Number of posts to return (default: 10, max: 100) sort: Sort method - "relevance", "hot", "top", "new", "comments" (default: "relevance") time_filter: Time filter - "all", "day", "week", "month", "year" (default: "all")
Returns: Human readable string containing search results from across Reddit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
query | Yes | ||
sort | No | relevance | |
time_filter | No | all |