validador-genius
Valida el formato (checksum EIP-55) de una dirección EVM. input=0x... [x402: 0.01 USDC on Base, pay-per-use]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | service input |
Valida el formato (checksum EIP-55) de una dirección EVM. input=0x... [x402: 0.01 USDC on Base, pay-per-use]
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | service input |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries the burden. It discloses the pay-per-use economics (0.01 USDC on Base via x402), which is genuinely useful behavioral context. But it does not state the return value (valid/invalid), whether malformed input errors or returns false, or any failure semantics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two compact clauses, front-loaded with the validation purpose and then the billing detail. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-param validation tool the purpose and input are adequately covered, and no output schema exists so return semantics should ideally be described. The absence of any statement about the validation result (boolean vs error) and the lack of annotations leave a gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the description adds the concrete input format 'input=0x...' which clarifies the expected string shape beyond the generic 'service input'. Good complement to the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb+resource: validates EIP-55 checksum format of an EVM address. Names the exact standard being checked, which distinguishes it from hundreds of loosely related sibling tools and from a generic validate tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage (validate an address before sending) but gives no explicit when-to-use or when-not-to-use guidance. It does note the payment model, which is contextual but not an alternative-routing rule.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.