search_knowledge
Find factual Reddit threads and technical explanations using broad web search. Uncovers content Reddit's own search misses, with optional subreddit and time filters.
Instructions
STEP 1: FOUNDATION SEARCH. Use this to find factual threads or technical explanations. This uses a broad web-search (DuckDuckGo) to find Reddit threads that Reddit's own search might miss. Note: Pagination is not supported for this specific tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| subreddit | No | ||
| time_filter | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The extracted posts. | |
| status | No | Status of the request (e.g., success, partial_timeout). | success |
| message | No | System message or warning (especially if partial_timeout occurred). | |
| data_source | No | Provenance of the data: None = official Reddit API, 'arctic_shift' = community archive (metrics may lag live Reddit), 'saved_rss' = the user's private saved-items feed (scores/comment counts unavailable). | |
| meta_context | Yes | Temporal and spatial context for the AI. | |
| next_page_token | No | Pass this token to the tool again to fetch the next page. |