Skip to main content
Glama
ismailsaoulaj

reddit-mcp-server

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
time_filterNomonth

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesThe extracted posts.
statusNoStatus of the request (e.g., success, partial_timeout).success
messageNoSystem message or warning (especially if partial_timeout occurred).
data_sourceNoProvenance 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_contextYesTemporal and spatial context for the AI.
next_page_tokenNoPass this token to the tool again to fetch the next page.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.3.2

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full responsibility for behavioral disclosure. It transparently reveals that posts are fetched newest-first, lacks scores/comments, filters thin titles, and does not support pagination—critical details for an agent's expectation management. This exceeds minimal disclosure and clearly states limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph, but every sentence adds unique value: what it does, use cases, and key limitations. It is slightly run-on but avoids redundancy. A sentence or two could be combined for better scanning, but it remains efficient and direct.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only tool with only two optional parameters and an output schema (which presumably defines the return structure), the description covers all critical aspects: data scope, ordering, filtering edge cases, and unsupported features. It gives an agent sufficient context to decide when to call this tool and what to expect from the response.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, meaning the description must add parameter understanding. While it explains the 'defined time period' concept matching time_filter and implies limit behavior via 'no pagination', it never names the parameters or adds detail about them (e.g., default limit=50, max=100). The description is vague regarding how limit behaves beyond absence of pagination, earning a baseline score given schema already documents the parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches the user's saved Reddit posts for a defined time period, with a clear verb+resource combination. It even specifies use cases ('revisit, summarize, or triage') and distinguishes itself from typical feed tools by emphasizing its personal nature, effectively separating it from the sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit when-to-use guidance ('Use this to revisit, summarize, or triage content the user explicitly bookmarked') and notes limitations (no scores/comment counts, filtered thin titles, no pagination). However, it does not explicitly name alternatives for when to use sibling tools, so it falls slightly short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ismailsaoulaj/reddit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server