Skip to main content
Glama
mgcrea

mcp-reddit

by mgcrea

reddit_list_user_posts

Read-only

List posts a Reddit account has submitted, sorted by hot, new, top, rising, or controversial. Paginate through submissions to browse the user's available post history.

Instructions

List the posts an account has submitted, newest first by default. Reddit only serves roughly the last 1000 items of any user listing however far you paginate, so this cannot reconstruct a full history for a prolific account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoListing sort. `top` and `controversial` also read `time`.hot
timeNoTime window, used only by the `top` and `controversial` sorts. Ignored otherwise.day
afterNoPagination cursor: pass the `after` value from the previous response to get the next page. Reddit paginates by fullname, not by offset, so there is no page number.
limitNoHow many items to return (1-100). Defaults to 25; Reddit's hard cap is 100.
usernameYesReddit username without the `u/` prefix, e.g. "spez".
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

The description adds a valuable non-obvious behavior beyond the readOnlyHint: Reddit only serves roughly the last 1000 items and full history cannot be reconstructed. However, the claim 'newest first by default' conflicts with the schema's declared default of 'hot' for the sort parameter, which misleads the agent about actual default 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?

Two sentences with no filler. The first gives the core action and resource; the second delivers an important limitation. Information is front-loaded and every sentence earns its place.

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

Completeness4/5

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

For a read-only listing tool with a well-documented schema, the description covers the essential purpose, ordering default, and the critical 1000-item pagination ceiling. The main gap is the contradictory default ordering statement, which forces the agent to resolve the mismatch between description and schema.

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

Parameters2/5

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

Schema coverage is 100% and all five parameters are thoroughly documented with enums, defaults, and constraints, so the baseline is 3. The description contributes no additional parameter-level guidance and actually introduces conflict by saying 'newest first by default' while the schema default for sort is 'hot'.

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 action ('List the posts'), the resource ('an account has submitted'), and a key ordering detail ('newest first by default'). This readily distinguishes it from sibling tools like reddit_list_user_comments (comments) or reddit_get_post (single post).

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 gives clear context for when this tool is appropriate: listing posts submitted by a specific account. The 1000-item limitation also usefully tells agents when pagination cannot recover full history. However, it does not explicitly name alternative tools or state when not to use it, so it falls 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.

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/mgcrea/mcp-reddit'

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