Skip to main content
Glama

billing.topup_terms

Read-only

How to refill credits machine-to-machine: USDC on Base to a published address, verified on-chain. Returns the pay_to address, minimum, and rate. Public — no credentials needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
howYesThe exact top-up procedure, step by step.
assetYes'USDC'.
pay_toNoThe receiving address — present when enabled is true.
enabledYesFalse while the operator has published no receiving address.
min_usdYesSmallest top-up accepted, in USD.
networkYes'base'.
chain_idNo8453 (Base mainnet).
contractYesThe USDC token contract to transfer.
credits_per_usdYesBase rate; volume bonus applies on top.
min_confirmationsYesConfirmations required before crediting.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already signal read-only, non-destructive behavior, and the description adds meaningful context: it returns the pay_to address, minimum, and rate, and explains the on-chain verification requirement. There is no contradiction with the annotations.

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 compact sentences lead with the core purpose, then state the key output fields and public access. Every clause earns its place with no repetition or filler.

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?

For a zero-parameter informational endpoint with an output schema, the description fully covers what the agent needs: the purpose, the method (USDC on Base), the returned fields, and the credential requirement. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and 100% schema description coverage, so there is no parameter burden for the description to carry. The description still adds value by explaining what the response contains rather than needing to explain inputs.

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 identifies the tool's purpose: returning terms for refilling credits machine-to-machine, specifying USDC on Base, the published pay_to address, minimum, and rate. This is a specific verb-resource pairing and is easy to distinguish from siblings like billing.balance.

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

Usage Guidelines3/5

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

The description implies usage for refilling credits and explicitly notes it is public with no credentials needed, which is useful context. However, it does not state when to use this tool versus alternatives such as billing.balance, and no exclusions are provided.

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