Skip to main content
Glama
YangLiangwei

PersonalizationMCP

by YangLiangwei

refresh_reddit_token

Renew an expired Reddit access token to restore authenticated API access and prevent authorization failures.

Instructions

Manually refresh Reddit access token.

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

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action ('refresh') but gives no information about side effects, credential requirements, rate limits, whether the old token is invalidated, or what a successful refresh returns. This is a significant gap for a mutating action.

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 one short, front-loaded sentence with no wasted words. It is concise rather than verbose, though the brevity crosses into under-specification in other dimensions.

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?

For a refresh/mutation tool with no annotations, the description is incomplete. It does not explain the conditions under which a manual refresh is needed, the relationship to the auto-refresh sibling, or the interpretation of the output. The output schema exists but cannot compensate for the missing operational context.

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 description does not mention 'random_string' at all. The parameter has a default empty string and is not required, but its purpose is completely unexplained. The description fails entirely to compensate for the schema's lack of documentation.

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 uses a specific verb ('refresh') and resource ('Reddit access token'), making the action clear. The word 'Manually' hints at a distinction from the sibling 'auto_refresh_reddit_token_if_needed', though it doesn't fully articulate that contrast.

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 guidance is provided for when to use this tool versus the auto-refresh sibling or other refresh tools. 'Manually' implies a condition, but the description does not state when manual refresh is appropriate, what prerequisites exist, or when to avoid it.

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