Skip to main content
Glama
devzspy

reddit-mcp-mod

by devzspy

List Moderators

reddit_list_moderators

List all moderators of a subreddit with their permissions and moderation dates. Returns structured JSON for easy review.

Instructions

List the moderators of a subreddit and their permissions. Returns JSON with items (name, mod_permissions, date).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subredditYesSubreddit name, without the r/ prefix
Behavior3/5

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

No annotations exist, so the description must carry the full burden. It discloses the return format (JSON with items containing name, mod_permissions, date), but does not mention auth requirements, error behavior, or pagination.

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, wastes no words, and front-loads the action and result. Every phrase adds value.

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 simple read-only list tool with one parameter, the description covers purpose and return shape. However, it lacks details on the mod_permissions field structure or potential errors, making it slightly incomplete but generally adequate.

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 covers the single parameter 100%, and the description adds no further semantics beyond 'subreddit' being the target. The baseline of 3 applies since the schema does the heavy lifting.

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 uses the specific verb 'List' with the resource 'moderators of a subreddit' and adds 'their permissions', clearly distinguishing it from sibling tools like reddit_list_posts or reddit_get_modlog.

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?

No explicit when-to-use or alternative guidance is given, but the context of sibling mod tools implies this is for retrieving the moderator list. The description does not state when to prefer this over other related tools.

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