Skip to main content
Glama
mgcrea

mcp-reddit

by mgcrea

reddit_list_user_comments

Read-only

Retrieve the comments a Reddit account has written, including parent IDs to trace each comment back to its thread. Supports sorting, time filtering, and pagination up to 100 items per request.

Instructions

List the comments an account has written. Same ~1000-item ceiling as reddit_list_user_posts. Each comment carries its parent id, so you can follow one back to its thread with reddit_get_post.

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

A4.2/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, so the safety profile is covered. The description adds useful behavioral facts beyond the schema: the ~1000-item pagination ceiling shared with reddit_list_user_posts, and the presence of a parent id on each comment that enables thread lookup. It doesn't detail output shape or auth, but the annotation lowers that burden.

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 core purpose is front-loaded, and the second sentence adds two genuinely useful facts (ceiling and parent-id linkage) without repeating schema content.

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?

With 5 parameters, full schema coverage, and readOnlyHint, the definition is sufficient for selecting and invoking the tool: it states the resource, the pagination ceiling, and how to connect a result to reddit_get_post. It is slightly light on return-value structure, but no output schema is present and the parent-id clue is actionable.

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%; every parameter (sort, time, after, limit, username) already has a meaningful description, enums, defaults, or constraints. The tool description adds no parameter-level detail beyond what the schema provides, so the baseline of 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?

The description opens with a concrete verb ('List'), a clear object ('comments'), and a scope qualifier ('an account has written'). This makes it immediately distinguishable from sibling reddit_list_user_posts, and the reference to reddit_get_post frames what the result is for.

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?

The intended use case — listing a user's comment history — is clear, and the parent-id note gives an explicit follow-up path to reddit_get_post. It does not state an explicit 'use X instead' or when-not-to-use condition, but the tool's scope is obvious enough to route an agent.

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