Skip to main content
Glama
thenavidm

reddit-research-agent

by thenavidm

Get subreddit rules

get_subreddit_rules
Read-only

Retrieve a community's posting rules to validate content compliance before publishing or suggesting posts.

Instructions

The posting rules of a community. Read these before suggesting the user post anything anywhere. Most subreddits ban self-promotion outright.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subredditYesCommunity name, with or without the r/ prefix.
Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful practical context about the nature of the returned content and a common pattern in subreddit rules, which helps the agent understand the tool's value without contradicting annotations.

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 three short, purposeful sentences: one defines what is returned, one says when to use the tool, and one provides a relevant domain warning. There is no filler or redundancy.

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 one-parameter read-only lookup with no output schema, the description covers the tool's purpose, usage timing, and an important caveat about self-promotion. It does not describe the return format, but this is a minor gap given the tool's simplicity.

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 input schema fully documents the single 'subreddit' parameter, including support for the r/ prefix, so the description does not need to add much. The phrase 'community' loosely aligns with the parameter but provides no additional semantic detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the tool's resource as 'posting rules of a community,' which is clear and more specific than the generic title. It lacks an explicit verb like 'retrieves' and does not explicitly distinguish itself from siblings, but the intent is unambiguous.

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 a direct usage instruction: read these rules before suggesting the user post anything anywhere. It also supplies a reason why this matters with the common self-promotion ban warning, though it does not mention alternatives or when not to use it.

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/thenavidm/reddit-research-agent'

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