Skip to main content
Glama
devzspy

reddit-mcp-mod

by devzspy

Get User

reddit_get_user

Retrieve a Reddit user's public profile, including karma, account age, and suspension status, returned as structured JSON.

Instructions

Fetch a Reddit user's public profile info (karma, account age, suspension status). Returns JSON with the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesReddit username, without the u/ prefix
Behavior3/5

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

With no annotations provided, the description carries the full burden. It notes the data is public profile info and mentions the return format (JSON with the user), which implies a read-only operation. However, it does not disclose error behavior, authentication needs, or rate limits. Sufficient for a simple fetch tool but not rich.

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?

The description is two short sentences that front-load the action and key output. Every word earns its place, with no redundancy or filler.

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 single-parameter tool with no output schema, the description does a good job: it names the resource, lists key fields returned, and notes the return format. It is not exhaustive, but it is complete enough for an agent to select and invoke the tool correctly.

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?

The schema already provides 100% coverage with a clear description for the username parameter (without the u/ prefix). The tool description adds no additional parameter context, so the baseline of 3 applies.

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 explicitly states the tool fetches a Reddit user's public profile info with specific data points (karma, account age, suspension status). This clearly distinguishes it from siblings like reddit_get_post and reddit_get_comment, which target different resources.

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

Usage Guidelines3/5

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

The description implies the tool is for retrieving a user's profile, but it does not explicitly state when to choose it over alternatives such as reddit_list_user_activity. There is no mention of exclusions or alternative tools, so usage guidance is minimal but not misleading.

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

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