Skip to main content
Glama
santyvv1993

santyvv-data-mcp

by santyvv1993

Token profile and price

ficha_token
Read-only

Verify a token contract by retrieving its name, symbol, decimals, supply, address, and price per token. Confirms whether an address is a real contract and what it represents.

Instructions

What a token is and what it is worth: name, symbol, decimals, supply, contract address and price per token. Use it to confirm that an address is a real contract and what it represents. Cuesta $0.03 por llamada, en USDC sobre Base (protocolo x402).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoNetwork the token lives on. (por defecto: base)
tokensYesComma-separated contract addresses, up to 10. Example: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description discloses an important operational detail: the call costs $0.03 in USDC on Base via protocol x402. This is non-obvious and valuable for an agent deciding whether to invoke the tool. It does not contradict the annotations.

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 short sentences each add distinct value: the returned fields, the primary use case, and the cost/payment mechanism. The description is front-loaded with the most important information and contains 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?

With no output schema, the description compensates by listing the returned fields and explaining the paid nature of the call. It is slightly unclear about the price currency of the token itself, but for a simple token-profile tool the information is largely sufficient for an agent to invoke it correctly.

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 input schema already has 100% description coverage for both parameters, so the description does not need to repeat parameter semantics. It adds no input-parameter meaning beyond what the schema provides, so the baseline score of 3 applies.

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 identifies the resource and what is returned: token name, symbol, decimals, supply, contract address, and price per token. It also gives a concrete purpose: confirming that an address is a real contract and what it represents. However, it does not explicitly distinguish the tool from the sibling 'precio', which likely overlaps on price data.

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 provides a clear usage context: 'Use it to confirm that an address is a real contract and what it represents.' This tells an agent when the tool is appropriate, though it does not mention when not to use it or name alternative sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.