Skip to main content
Glama

Top up storage credit (paid)

locker_credit

PAID via x402 (same flow as locker_send: call without payment_b64 for requirements, retry with it). Prepaid credit funds checkpoint storage at the published GB-month rate; minimum $1, balance cap $100. Top-up clears read-only grace immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesEVM wallet address (0x…, the mailbox identity).
payment_b64No
amount_microusdYes

TDQS

A4/5.0
Behavior4/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 disclosing side effects and behavior. It reveals the tool is paid, modifies credit balance, imposes financial limits, and clears read-only grace—each a significant behavioral trait beyond the obvious 'top-up'. It also explains the two-step payment flow (call without payment_b64, then retry with it), which is essential for correct invocation. It does not cover error states or what happens on failed payment, but the disclosed information is substantial and accurate.

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 three sentences and front-loads the critical 'PAID' flag, immediately setting expectations. It packs a lot of information—payment flow, rate, limits, and effects—without redundancy. The only minor inefficiency is the lengthy first sentence, but it is dense and necessary. Overall, it is well-structured for an agent to quickly grasp the key points.

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

Completeness3/5

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

The description covers the essential operational flow (payment steps, limits, and the grace-clearing effect) and explains the key parameters, but it omits error handling, what the response contains, and any failure contingencies. Given there is no output schema and no annotations, this represents a notable gap. An agent might need to probe for error behavior, but the core invocation path is clear enough to start.

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?

Schema coverage is only 33% (only address has a description). The description compensates by explaining the payment flow for payment_b64 ('call without payment_b64 for requirements, retry with it') and interpreting amount_microusd through the min/cap and rate context. It clarifies that amount is in micro USD and tied to the published rate, adding meaning beyond the raw integer type. This is a strong mitigation of the schema's sparse documentation.

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 precisely states the action ('Top up storage credit') and adds critical specifics: it funds checkpoint storage at a published GB-month rate, with a minimum of $1 and a cap of $100. It also clarifies the payment mechanism (x402) and the immediate effect of clearing read-only grace, leaving no ambiguity about what the tool accomplishes. This is a specific verb+resource combination that stands apart from siblings like locker_send or locker_status.

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 when to use this tool (to add prepaid credit and clear grace) but does not explicitly contrast it with alternatives or state exclusion criteria. It references locker_send for the payment flow, which suggests they share a payment pattern, but it never says 'use this instead of X when Y' or mentions when not to use it. The guidance is adequate but relies on the reader to infer the selection context.

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.9/5.0
Disambiguation4/5

Each tool targets a distinct area: mailbox operations (ack/read/count/send), checkpoint storage, key registration/directory, and account/billing info. The only mild ambiguity is that locker_checkpoint bundles save/load/list/delete into one tool, and locker_send can target your own future self, which could blur the boundary with checkpoint storage.

Naming Consistency3/5

All names share the locker_ prefix and consistent snake_case, which keeps the set cohesive. However, the second part mixes bare verbs (read, send, ack, count, invite) with nouns (capabilities, directory, nonce, status) and one true verb_noun pair (register_key), so the naming convention is not uniform.

Tool Count5/5

Twelve tools is well within the ideal range, and each tool earns its place by covering a distinct capability: mailbox, checkpoint memory, key identity, billing, and onboarding. Nothing feels redundant or like padding.

Completeness4/5

The set covers the full message lifecycle (send/read/ack/count), checkpoint CRUD via locker_checkpoint, key registration/verification, and billing/status. Minor gaps remain, such as no explicit key revocation/rotation tool or sent-message history, but core workflows are complete.