Skip to main content
Glama
krishna-astrasols

Reddit MCP Server

get_my_saved

Read-only

Retrieve your own saved Reddit posts and comments, paginated with an after cursor. Requires your account credentials for private access.

Instructions

Get the authenticated user's saved posts and comments (private to the account). Read-only but requires user credentials (REDDIT_USERNAME/REDDIT_PASSWORD). Returns up to limit items plus an after pagination cursor. Use get_my_overview for your authored activity. Do NOT use this for another user — saved items are private and have no cross-user equivalent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoForward pagination cursor: the `after` value returned by a previous call. Omit for the first page.
limitNoHow many saved items to return, 1–100 (default 25).
Behavior5/5

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

Annotations only mark readOnlyHint/openWorldHint; the description adds critical details: required user credentials (REDDIT_USERNAME/REDDIT_PASSWORD), pagination behavior ('Returns up to limit items plus an after cursor'), and privacy context ('saved items are private'). This goes far beyond the annotations and fully discloses the tool's behavior.

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

Conciseness5/5

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

Every sentence earns its place: purpose, credential requirement, pagination output, and a clear distinction from a sibling tool with an explicit cross-usage warning. No redundant phrasing or filler.

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 two-parameter read-only tool with no output schema, the description covers purpose, auth, pagination, alternative tools, and edge-case privacy constraints. It answers all likely agent questions and leaves nothing structurally ambiguous.

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 description coverage is 100%, so the schema fully documents each parameter. The description mentions `limit` and `after` in a pagination context, reinforcing their purpose, but doesn't add new syntax or formatting details beyond what the schema already provides—baseline 3 is appropriate.

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?

Description explicitly states 'Get the authenticated user's saved posts and comments (private to the account)', naming the resource and scope. It distinguishes from siblings by pointing to 'get_my_overview' for authored activity and clearly stating the lack of cross-user access, eliminating ambiguity.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use ('Get the authenticated user's saved posts/comments'), an alternative ('Use get_my_overview for your authored activity'), and when-not-to-use ('Do NOT use this for another user'). It even covers the auth prerequisite, offering complete guidance.

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

Install Server

Other Tools

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/krishna-astrasols/reddit-mcp-server'

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