Skip to main content
Glama

Manage Auto Recharge

manage_auto_recharge

Check or change automatic credit-pack recharge: on/off, the trigger threshold, and the last recharge attempts (including the manual payment link when a charge required authentication or was declined). Call with no arguments to just check the current state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledNoTurn automatic credit recharge on (true) or off (false). Omit to leave unchanged.
threshold_creditsNoBalance at which auto-recharge should fire. Omit to leave unchanged.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Beyond the annotations, the description adds meaningful behavioral context: the tool both reads and mutates auto-recharge settings, and its output can include last recharge attempts and a manual payment link when a charge required auth or was declined. It does not mention all side-effect caveats, but it does not contradict the annotations and gives useful non-obvious behavior.

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?

The description is compact and front-loaded, leading with the core verb and resource, then listing the key behaviors and the no-argument usage hint. Every clause earns its place; there is no filler or redundancy.

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?

Given only two optional parameters, an existing output schema, and the description's coverage of both read and write behavior plus the noteworthy payment-link output detail, an agent has enough information to decide when and how to call the tool. No critical calling information is missing.

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?

Schema description coverage is 100%, and the schema already explains both parameters, including 'Omit to leave unchanged.' The description adds overall context about thresholds and attempts but does not provide param-specific semantics beyond what the schema states, so the baseline of 3 is appropriate.

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 names a specific operation, 'check or change', on a specific resource, 'automatic credit-pack recharge', and enumerates the exact aspects involved (on/off, threshold, last recharge attempts, manual payment link). This clearly differentiates it from billing/checkout siblings by scoping it to auto-recharge management.

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?

The description gives an explicit usage instruction: 'Call with no arguments to just check the current state,' which effectively distinguishes the read path from the change path. However, it does not explicitly name alternatives or exclusions, such as using get_billing_status for general billing status or create_credit_pack_checkout for manual purchases.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources