get_saved_posts
Retrieve your saved Reddit posts from the last day, week, month, year, or all time, newest first. Use it to revisit, summarize, or triage bookmarked content.
Instructions
PERSONAL TOOL: fetches the USER'S saved Reddit posts from a defined time period (day/week/month/year/all), newest first. Use this to revisit, summarize, or triage content the user explicitly bookmarked. Note: the feed does not expose scores or comment counts; posts with thin titles are filtered out. Pagination is not supported for this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| time_filter | No | month |
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. |