Skip to main content
Glama
goonhammer69

reddit-monitor-mcp

by goonhammer69

get_my_posts

Read-only

Fetch recent posts from your Reddit account with score, comments, upvote ratio, and age. Appends a metrics snapshot locally to build an over-time performance record.

Instructions

The account's recent posts with score, comments, upvote ratio, and age.

Side effect: appends a metrics snapshot per post to the local snapshot file, building the over-time record the timing tools use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
accountNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.6/5.0
Behavior1/5

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

The annotations declare readOnlyHint=true, but the description explicitly discloses a state-changing side effect: appending a metrics snapshot to a local file. This directly contradicts the annotation, so the behavioral transparency score must be minimal.

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, both necessary: the first states the core return value, the second flags an important side effect. No filler or redundant schema repetition.

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

Completeness2/5

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

The description covers the basic purpose and the side effect, and an output schema exists. However, the readOnly contradiction and lack of parameter semantics leave an agent uncertain about invocation details, especially what account=null means and how limit behaves.

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 description coverage is 0%, and the description does not explain the limit or account parameters. The word 'account's' weakly ties the account parameter to the posts returned, but limit remains entirely unexplained and account=null is not clarified.

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 states a specific resource ('The account's recent posts') and lists the returned metrics (score, comments, upvote ratio, age). It is clear and distinguishable from the sibling list by name, though it does not explicitly name an alternative.

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

Usage Guidelines2/5

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

No explicit when-to-use guidance or exclusions are provided. The side-effect note hints at a relationship with timing tools, but the description does not tell the agent when to choose this over get_post_timing_data, get_post_details, or get_account_stats.

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

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