base_erc20_allowance
Read an ERC-20 owner-to-spender allowance on Base and flag unlimited-like approvals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| token | Yes | ||
| spender | Yes |
Read an ERC-20 owner-to-spender allowance on Base and flag unlimited-like approvals.
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| token | Yes | ||
| spender | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry full behavioral disclosure. It only mentions that it 'flag unlimited-like approvals', but does not explain what that means (e.g., whether it returns a boolean, a numeric threshold, or a warning), what the output format is, or any side effects (though it's likely read-only, it isn't stated). Critical behavioral details are missing.
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, efficient sentence with no filler. It is front-loaded with the core action and the unique flagging behavior. It loses a point because being too terse contributes to the lack of context, but conciseness itself is exemplary.
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?
Given the lack of annotations, output schema, and parameter descriptions, this description is far from complete. It does not explain the 'unlimited-like' flag meaning, return values, error conditions, or specific network requirements beyond 'Base'. An agent would need to inspect other sources to call this tool correctly.
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 coverage is 0%, so the description must explain the parameters. It mentions 'owner-to-spender', which hints at the owner and spender parameters, and 'ERC-20' implies the token, but it does not explicitly describe each parameter's meaning, required format, or how they relate. This is insufficient for an agent to correctly construct inputs without opening 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?
The description states the specific action ('Read an ERC-20 owner-to-spender allowance') and the resource (allowance on Base), and adds a distinctive behavioral trait ('flag unlimited-like approvals'). This clearly distinguishes it from sibling tools like base_erc20_balance, which reads balances, not allowances.
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 provided on when to use this tool versus alternatives. It does not mention base_erc20_balance or any other sibling, nor does it give context about typical use cases (e.g., checking approval limits before a transfer). The agent is left to infer when to choose this tool.
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.