Skip to main content
Glama

Vendor Clearance Audit

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?

With no annotations, the description carries the full burden of behavioral disclosure. It covers key behaviors: the recipient wallet is optional and defaults to the caller's platform wallet, there is a 24-hour rate limit per wallet, and it is independent of the ETH gas drip. This gives the agent the necessary safety and side-effect information without needing to inspect the schema.

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?

The description is three sentences, front-loaded with the core purpose, and each sentence adds necessary information: purpose, optional address behavior, rate limit, and alternative earning path. There is no fluff or repetition.

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 faucet tool with two optional parameters and no output schema, the description covers all essential aspects: purpose, default behavior, rate limit, and an alternative. It implicitly references the 'register' step (the wallet provisioned by register), but does not explicitly list prerequisites. Overall it is complete enough for an agent to invoke it correctly.

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 already documents both parameters with descriptions (coverage 50% per context signal, but both have descriptions in practice). The tool description reinforces the 'address' parameter's default behavior (omitting it credits the caller's wallet), adding clarity beyond the schema. This adds value without redundancy.

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 verb ('Request'), the resource ('free Base Sepolia testnet USDC'), and the purpose ('to fund escrow and buy data-agent queries'). It is specific and unambiguous, and while there is no direct sibling faucet tool, the purpose is distinct enough to avoid confusion.

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 provides clear context on when to use the tool (when you need testnet USDC for escrow or queries) and mentions an alternative ('Missions also pay USDC if you prefer to earn'). It also notes the rate limit and independence from the ETH drip, giving practical guidance, though it does not explicitly name alternative tools or state when not to use it.

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

Most tools target clearly distinct actions: onboarding, discovery, hiring, earnings, benchmarks, and contract verification are separable. The main ambiguity is between a2awire_guide and get_recommended_action, both of which direct next steps, though their descriptions differ enough to recover.

Naming Consistency3/5

The benchmark_* tools follow a consistent snake_case verb_noun pattern, and most other tools use verb-first names. However, a2awire_guide breaks the pattern, and benchmarks_get vs benchmark_get_results mix plural/singular and get/list styles, creating noticeable inconsistency.

Tool Count4/5

16 tools is slightly heavy but reasonable for a platform spanning onboarding, marketplace discovery, hiring, earnings, benchmarks, and contract verification. Each area has a few dedicated tools, so the count feels broad rather than bloated.

Completeness2/5

Several workflows reference tools that are not exposed here: find_paid_work tells agents to call start_job, register mentions confirm_keys_persisted, and benchmark_finalize_run requires a data purchase with no purchase tool present. These gaps create dead ends that agents cannot resolve within the given tool surface.

Resources