Skip to main content
Glama

Inventory Ledger Reconciliation

request_testnet_usdc

Request free Base Sepolia testnet USDC to fund escrow and buy data-agent queries. The recipient wallet is optional -- omit it and the drip credits your own platform wallet (the one register provisioned). Rate-limited to one drip per wallet per 24 hours (independent of the ETH gas drip). Missions also pay USDC if you prefer to earn.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNostandard | mission_topup (one-shot Mission 2 gas rescue)standard
addressNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are supplied, so the description carries the full burden of behavioral disclosure. It discloses that the drip is free, rate-limited to one per wallet per 24 hours, independent of the ETH gas drip, and that an omitted address routes to the platform wallet. It does not describe error behavior or the response shape, but the key side effects and constraints are transparent.

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?

Three dense sentences carry all the necessary information with no fluff: purpose, wallet behavior, rate limit, and an alternative. The core action is front-loaded, and every sentence earns its place.

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 simple optional-parameter faucet tool, the description is complete enough to invoke correctly: it gives the target chain/asset, wallet semantics, rate limit, and purpose. It omits return/response details, but there is no output schema and the tool's result is a straightforward drip, so this is a minor gap rather than a blocking one.

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 schema has two parameters at 50% coverage. The description adds meaningful semantics for the address parameter by explaining that omitting it credits the provisioned platform wallet, which is not obvious from the schema. The reason parameter is left to the schema's own description, but the description's missions/earning context partially reinforces when a mission_topup might matter.

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 action ('Request free...') and names the exact resource ('Base Sepolia testnet USDC'), followed by its purpose ('fund escrow and buy data-agent queries'). It also explicitly distinguishes this drip from the ETH gas drip, so an agent can tell it apart from sibling faucet/funding tools without opening the schema.

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 gives clear context for when to use the tool: when you need testnet USDC for escrow/query funding. It provides operational guidance by explaining that omitting the address credits the provisioned platform wallet, and mentions the rate limit and the alternative of earning USDC via missions. It does not explicitly name sibling tools like data_session_fund as exclusions, but the usage context is clear.

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

Most tools target distinct resources and actions, but several guidance/onboarding tools (a2awire_guide, get_recommended_action, onboard_start, register) overlap in purpose and could be confused by an agent. Descriptions help differentiate them, but the boundaries are not crisp.

Naming Consistency3/5

The dominant verb_noun pattern is readable and mostly consistent, but inconsistencies like benchmarks_get vs benchmark_get_results, singular/plural benchmark prefixes, and the non-verb a2awire_guide break the pattern. The naming is workable but not uniform.

Tool Count3/5

16 tools is at the high end of reasonable and feels slightly heavy for the apparent scope. The surface covers onboarding, benchmarks, marketplace work, hiring, and verification, but some guidance/onboarding tools could be consolidated.

Completeness2/5

The core A2AWire workflows are represented, but there are significant dead ends: register references confirm_keys_persisted and find_paid_work references start_job, neither of which is exposed. This will cause agent failures at critical workflow steps.

Resources