Skip to main content
Glama
mgcrea

mcp-reddit

by mgcrea

reddit_auth_login

Idempotent

Sign in to Reddit via browser to unlock personal feeds, inbox, and write actions. One-time authorization stores a refresh token for API access.

Instructions

Sign in to Reddit in a browser. Opens Reddit's consent page, catches the callback on a loopback port and stores a refresh token, so this is a one-time step. Needed for your subscriptions, saved posts and inbox, and for anything that writes — public browsing and search already work without it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
openNoOpen the browser automatically. Set false on a headless machine and use the returned `authorize_url` yourself.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses that it opens the consent page, catches the callback on a loopback port, stores a refresh token, and is a one-time step. This gives an agent an accurate model of the side effects without contradicting idempotentHint or destructiveHint.

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?

Three tight sentences, front-loaded with the core action and followed by the behavioral and use-case context. No filler or repetition of schema content.

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

Completeness5/5

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

For a tool with no required parameters and no output schema, the description fully covers purpose, side effects, prerequisites, and when it is needed. The parameter details are covered by the schema, so nothing important is missing for selection and invocation.

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 single 'open' parameter is already documented with 100% schema coverage, including the headless-machine case and the returned authorize_url. The description only implicitly relates to the default behavior and adds no new parameter-level 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?

States a specific action ('Sign in to Reddit in a browser') and describes the exact mechanism (consent page, loopback callback, refresh token). It is distinct from sibling auth tools like auth_status, auth_logout, and auth_url.

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?

Explicitly says when login is needed — subscriptions, saved posts, inbox, and any write operation — and says public browsing/search already work without it. It does not name sibling auth alternatives explicitly, but the condition is clear.

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

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