Skip to main content
Glama

Top Up Potarix Credits

topup_credits

Buy a credit pack. Charges the saved card off-session if one is on file (returns immediately on success). If no card is saved yet, run start_checkout first to capture one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tier_keyYesCredit pack: '1k' ($10), '5k' ($50), or '25k' ($250).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description adds behavioral context beyond annotations by disclosing that the tool 'charges the saved card off-session' and 'returns immediately on success.' This is important for a financial side effect. It doesn't mention failure scenarios, but the core behavior is covered.

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?

Two sentences, front-loaded with the primary action. Every word earns its place: the first sentence states the purpose, and the second provides the essential conditional workflow. No redundancy or fluff.

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

Completeness4/5

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

The description covers the core workflow, including the critical prerequisite and the quick-return behavior. It doesn't explain the response format or verification steps, but for a simple purchase tool with no output schema, this is sufficient. The reference to start_checkout helps complete the context.

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 input schema provides 100% coverage, with a full enum description for tier_key including price information. The description adds no extra parameter semantics, so the baseline of 3 applies.

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 clearly states the tool's action ('Buy a credit pack') with a specific verb and resource. It distinguishes itself from the sibling start_checkout by detailing the off-session charge behavior, which sets it apart as the actual payment step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides when-not guidance: 'If no card is saved yet, run start_checkout first to capture one.' This names the alternative tool and gives a clear conditional workflow, which is exactly the kind of usage direction the dimension asks for.

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.