smart_contract_verifier
Source code analysis, ABI fetching, and proxy validation ($0.02 USDC)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
I used the same url for two different postings.
Source code analysis, ABI fetching, and proxy validation ($0.02 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose the $0.02 USDC cost, which is useful, but it does not mention whether the operation is read-only, what happens on failure, whether network/chain context is required, or any rate limits. The behavioral picture is incomplete.
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?
The description is a single compact sentence that front-loads the main capabilities and appends the cost. There is no filler or redundancy. It loses one point because the noun-phrase list is terse and would benefit from a clearer verb or structured phrasing.
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?
With no output schema and no annotations, the description should explain what the tool returns, any prerequisites, and the expected address context. It does none of these. The cost and capability list give a starting point, but an agent would still lack critical information needed to confidently invoke and interpret the tool.
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?
The schema only defines a string 'address' with 0% description coverage, so the description must compensate. It does imply the address is a smart-contract address relevant to source/ABI/proxy verification, but it does not specify expected format, chain, checksumming, or whether the address must be verified first. This is partial but insufficient compensation.
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?
The description names three concrete capabilities — source code analysis, ABI fetching, and proxy validation — and the tool name identifies the smart-contract domain. It clearly differentiates from the listed siblings, which are generic scraping/analytics tools. It loses a point for lacking an explicit verb and not defining what 'proxy validation' entails.
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?
No guidance is given on when to use this tool versus alternatives, what preceding or subsequent steps are expected, or what conditions make it appropriate. The description simply lists capabilities and price, leaving the agent to infer usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.