Skip to main content
Glama
osamuelnovaes

mcp-reddit-publisher

Submit text post

submit_text_post

Publish a text post to a Reddit subreddit with built-in safety checks like dry-run mode and rule enforcement.

Instructions

Publishes a Reddit text post. By default REDDIT_DRY_RUN=true prevents real publishing; set false only after testing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subredditYes
titleYes
bodyYes
sendRepliesNo
nsfwNo
spoilerNo
flairIdNo
overrideRuleCheckNoIf true, allows posting even when the automatic rule check flags promotional risks.
Behavior2/5

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

With no annotations, the description must disclose all behaviors. It only mentions the dry-run default, but omits other traits like authentication needs, error handling, or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (two sentences) and front-loaded, with no unnecessary words. It efficiently conveys purpose and a key behavioral note.

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?

Given 8 parameters, low schema coverage, no output schema, and no annotations, the description fails to cover prerequisites, return values, or error scenarios. The dry-run info is helpful but insufficient.

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 only 13%, and the description adds no parameter explanations beyond the schema. While 'subreddit', 'title', 'body' are self-explanatory, the tool has 8 parameters with missing semantics.

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 states 'Publishes a Reddit text post,' clearly identifying the action and resource. It distinguishes from siblings like 'preview_text_post' which previews rather than publishes.

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 guidance is given on when to use this tool versus alternatives like 'preview_text_post' or 'search_subreddits.' The dry-run note does not address tool selection.

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/osamuelnovaes/mcp-reddit-publisher'

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