Skip to main content
Glama

agent-exec

Extend a stored object (paid, x402)

storage_renew

PAID: push an object you own further out, by buying it another plan term. The object is untouched; only its expiry moves. Returns the new and previous expiry. Call it once without payment to receive the price as an x402 PaymentRequired (Base USDC, and Solana USDC where offered); call it again with a signed payment in _meta['x402/payment'] to complete it. The receipt comes back in _meta['x402/payment-response']. No account, no API key. Complaints, questions, quote requests, or a service you wish we had: POST /feedback on this host -- free, no account. Every report is read and analysed daily; there is no individual reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe object id returned when it was bought.
planYesStorage plan; it sets both the size limit and the price. See GET /pricing or the service_card tool for the live table.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

Despite being a paid mutation (readOnlyHint=false), the description adds safety-relevant context the annotations don't carry: 'The object is untouched; only its expiry moves' confirms non-destructiveness, and it discloses the payment-before-action behavior, auth requirements ('No account, no API key'), and the receipt location in _meta['x402/payment-response']. This is substantial disclosure beyond the structured fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core action and payment flow are front-loaded and efficiently explained, and the x402 two-phase detail earns its place. However, the trailing feedback paragraph ('Complaints, questions, quote requests... every report is read and analysed daily') is roughly a quarter of the description and is irrelevant to selecting or invoking the tool.

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 paid, two-phase tool with no output schema, the description covers the full call sequence, where the price and receipt appear, the return values ('Returns the new and previous expiry'), and the auth prerequisites. It omits failure modes (unknown id, rejected or wrong-amount payment), but everything essential to driving the flow is present.

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 coverage is 100% and both parameters are well documented in the schema itself (id as the object id returned at purchase; plan as an enum setting size and price), so the baseline of 3 applies. The description adds only marginal color — 'buying it another plan term' frames plan as a renewal term — but does not carry meaning the schema lacks.

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 states a specific verb and resource — extending the expiry of 'an object you own' by buying 'another plan term' — and pins down the exact effect: 'only its expiry moves.' This distinguishes it from storage_buy (acquiring a new object) and storage_replace (changing content), so an agent can separate it from siblings without opening their schemas.

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 two-call x402 sequence is explicit: call once without payment to receive the price as a PaymentRequired, then call again with the signed payment in _meta['x402/payment']. That is strong invocation guidance, but the description never names alternative tools or states when not to use it, so it stops short of a 5.

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