Skip to main content
Glama

ActionGate

Top Up

top_up

Generate a Stripe Checkout link so the human operator can add prepaid credits to an existing ActionGate API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoCredit pack tier. Defaults to starter.
api_keyYesExisting ActionGate API key to top up.

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate this is not read-only and not idempotent, and the description adds that it involves Stripe Checkout and human operator action. It does not disclose the full flow (e.g., whether credits are applied immediately or only after payment), but the annotation coverage lowers the burden. The description adds some context beyond annotations without contradiction.

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 a single, front-loaded sentence that begins with the action verb 'Generate' and immediately communicates purpose. Every word is informative, and there is no redundancy or filler.

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?

For a tool with only two parameters and no output schema, the description adequately conveys the core purpose and context. It explains the external integration (Stripe) and the actor (human operator). It stops short of describing follow-up steps or edge cases, but given the simplicity of the tool, the description is sufficiently complete.

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%, so the baseline is 3. The description does not add extra parameter semantics beyond what the schema already provides for api_key and tier. It mentions prepaid credits and existing API key but does not elaborate on tier options or validation, making this a neutral contribution.

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 generates a Stripe Checkout link for adding prepaid credits to an existing ActionGate API key. It uses a specific verb (generate) and resource (Stripe Checkout link), and distinguishes itself from siblings like request_api_key (which creates new keys) and balance (which checks balance).

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 provides clear context: it is for a human operator to add credits to an existing key. It implies use when an existing key needs topping up, but does not explicitly mention alternatives or exclusion criteria. The 'existing' qualifier and mention of 'human operator' offer practical guidance without naming sibling tools.

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.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct operation: balance for credit check, request_api_key and top_up for key lifecycle, and policy_gate, risk_score, and simulate for action evaluation. There is no meaningful overlap between any two tools.

Naming Consistency2/5

Tool names follow no consistent pattern: simulate is a bare verb, request_api_key is verb_object, top_up is a phrasal verb, while balance, policy_gate, and risk_score are noun-like compounds. The mix of conventions makes the set feel inconsistent.

Tool Count5/5

Six tools is a well-scoped number for this server's purpose, covering both financial management (balance, top_up, request_api_key) and action evaluation (policy_gate, risk_score, simulate). No tool feels redundant or unnecessary.

Completeness3/5

The server covers the core workflows: creating a key, checking balance, topping up, and evaluating actions. However, it lacks lifecycle operations like revoking or deleting a key, and there is no way to retrieve key details beyond balance, which leaves some gaps.

Resources