Skip to main content
Glama

x402 Tools

token_intel

token_intel

$0.02 per call — Base ERC-20 due-diligence: on-chain name, symbol, decimals and total supply via eth_call. Use to sanity-check a Base token address before interacting with it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoJSON or key=value input for the tool

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the full burden. It discloses the per-call cost, the read-only eth_call mechanism, and the fields returned. However, it does not describe error behavior, rate limits, or behavior for non-token or invalid addresses.

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?

A single, compact sentence that front-loads cost, scope, returned data, method, and intended use. Every phrase earns its place with no filler.

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 one-parameter, no-output-schema tool, the description covers the address target, the retrieved fields, and the use case. The only notable gap is the precise input format for q, which is left vague by both the schema and the description.

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?

The q parameter has only generic schema text ('JSON or key=value input'), so the description adds useful context by implying a Base token address is expected. But the exact required format—whether an address alone or an object with chain/address fields—remains undocumented. High schema coverage by count gives a baseline of 3.

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 states a specific verb and resource: on-chain ERC-20 metadata (name, symbol, decimals, total supply) for a Base token via eth_call. It clearly distinguishes itself from the sibling tools, which target domains, repositories, and web pages.

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?

Explicitly tells the agent when to use the tool: 'Use to sanity-check a Base token address before interacting with it.' It does not mention exclusions for other chains or token standards, but the 'Base ERC-20' qualifier and sibling context make the intended scope clear enough.

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.