Skip to main content
Glama
YangLiangwei

PersonalizationMCP

by YangLiangwei

get_reddit_config

Retrieve the current Reddit API configuration status to verify setup and enable personalized Reddit interactions.

Instructions

Get Reddit API configuration status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
random_stringNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. 'Get' implies a read-only status check with no side effects, which is minimally transparent, but the description does not disclose whether credentials must already exist, whether it makes network calls, or what happens when Reddit is not configured.

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 a single, front-loaded sentence with no filler words, making it easy to parse. It is somewhat too terse given the unexplained parameter and missing usage context, but as conciseness it is effective.

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?

Although an output schema exists, the description lacks annotation context and does not explain what 'configuration status' means, when to use it, or how it relates to sibling tools like get_reddit_token_status or test_reddit_credentials. The unexplained random_string parameter further reduces completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the sole parameter 'random_string' has no schema description. The tool description does not mention or explain this parameter at all, leaving an agent unable to know why it exists or whether it affects the call.

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 names a specific verb ('Get'), a resource ('Reddit API configuration status'), and distinguishes the tool from siblings like get_reddit_token_status and get_reddit_config for other platforms. However, 'configuration status' remains somewhat vague—it doesn't state what aspects of the configuration are reported.

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 provided about when to call this tool versus alternatives such as test_reddit_credentials, setup_reddit_oauth, or get_reddit_token_status. The description gives no context about prerequisites, ordering, or conditions under which this tool should be preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools