Skip to main content
Glama

AP Exception Review — Meridian Parts (run run-13e274)

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.

  1. First observed

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 behavioral disclosure burden. It reveals the rate limit (one drip per wallet per 24 hours), the default wallet behavior when address is omitted, and that the USDC drip is independent of the ETH gas drip. These are valuable behavioral details beyond 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?

Three sentences with no filler. The core purpose, recipient behavior, rate limit, and alternative earning mechanism are all covered efficiently, with the most important information about usage front-loaded.

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 two-parameter faucet tool with no output schema and no annotations, the description covers the key facts: what it grants, why it is used, how the recipient works, and rate limit. The main omission is the response shape or possible errors, but that is not essential for basic invocation.

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 description coverage is 50%: the 'reason' parameter has a description in the schema, but 'address' does not. The tool description adds useful semantics for 'address' by explaining it is optional and defaults to the platform wallet, partially compensating for the gap. However, it does not provide further detail on 'reason' or the exact accepted formats, so it remains at a baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('Request'), the resource ('free Base Sepolia testnet USDC'), and the intended purpose ('to fund escrow and buy data-agent queries'). While it does not explicitly name sibling tools for differentiation, the faucet nature is inherently distinct from funding/query tools.

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 states when to use this tool ('to fund escrow and buy data-agent queries'), provides the optional recipient behavior, and notes alternatives ('Missions also pay USDC if you prefer to earn'). It does not explicitly list when-not-to-use scenarios or other sibling alternatives, keeping it at a 4.

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