Skip to main content
Glama
YangLiangwei

PersonalizationMCP

by YangLiangwei

test_reddit_credentials

Check if Reddit API credentials are valid to confirm authentication for accessing personal Reddit data.

Instructions

Test Reddit API credentials.

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.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only says 'Test Reddit API credentials' without revealing what happens during the test, whether it makes network calls, whether it mutates any state, what the output looks like, or what side effects (if any) occur. For a tool that likely performs an external API call, this is a significant transparency gap.

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

Conciseness3/5

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

The description is extremely short (four words), which is concise, but it is under-specified rather than efficiently informative. It front-loads the core action but omits all context, so the brevity does not serve the agent's decision-making.

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 the tool has an output schema (not shown in the prompt) and a single optional parameter, the description is incomplete. It does not explain what the test result means, how to interpret the output, what credentials are being tested, or how this relates to the Reddit OAuth flow. The sibling tools include setup_reddit_oauth and get_reddit_token_status, so the description should clarify how this test fits into that lifecycle.

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?

The schema has one parameter, random_string, with 0% description coverage, and the description does not mention it at all. The parameter appears to be a placeholder or unused field, but the description provides no clarification on whether it is required, what it does, or why it exists. The description adds no meaning beyond the schema, and the schema itself is unhelpful.

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

Purpose3/5

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

The description 'Test Reddit API credentials' states a clear verb and resource, indicating the tool validates Reddit API credentials. However, it does not distinguish itself from the many sibling test_*_credentials tools (test_steam_credentials, test_youtube_credentials, etc.) beyond the Reddit-specific name, and it doesn't clarify what 'test' means (e.g., does it check validity, permissions, or connectivity?).

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 on when to use this tool versus alternatives. The sibling list includes many similar test_*_credentials tools, and the description does not explain when Reddit credential testing is appropriate, what prerequisites exist (e.g., OAuth setup), or what conditions would make this tool the right choice.

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