Skip to main content
Glama

agent-exec

Your storage usage (free)

storage_usage
Read-only

FREE: how many objects your wallet is storing and how many bytes they occupy. Ownership is proved by the paying wallet, with no account: send any placeholder signature once and the refusal returns details.expected -- the exact message to sign, in both forms (EIP-191 for a 0x wallet, ed25519 as 'solana::'). 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
nonceYesA value you have not used before on this route; it stops your signature being replayed.
signedAtYesUnix timestamp in seconds at which you signed; the server accepts a short window around now.
signatureYesYour ownership proof over the message the route names in details.expected.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds that a placeholder signature will be refused and the refusal contains the expected message to sign, which is a useful behavioral detail. However, the flow is not clearly explained, and the feedback promotion is irrelevant.

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

Conciseness2/5

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

The description is verbose and includes promotional content about feedback, complaints, and quote requests, which is irrelevant to the tool's function. The core purpose is stated first but then buried under a complex signature explanation and unrelated marketing, making it poorly structured and not concise.

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

Completeness2/5

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

For a tool requiring a specific signature flow and three parameters, the description is incomplete. It does not clearly explain the two-step process (send placeholder, get expected message, then send correct signature) and does not describe the return format or error behavior beyond the refusal. The feedback content adds no value and distracts from the core usage.

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 schema provides descriptions for all three parameters (signature, nonce, signedAt) at 100% coverage, so the baseline is 3. The description does not add additional meaning to the parameters beyond the schema; it only references the signature placeholder without clarifying the nonce or signedAt usage.

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 returns the number of objects and bytes for the wallet's storage. The verb 'how many' and resource 'storage usage' are specific, and it is distinct from sibling storage_list which would list individual objects.

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

Usage Guidelines2/5

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

The description gives some usage context (free, no account, placeholder signature flow) but does not explicitly say when to use this vs alternatives like storage_list or storage_read. It doesn't mention any exclusions or conditions for choosing this tool over others.

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