Skip to main content
Glama
Noves-Inc

Noves MCP Server

Official
by Noves-Inc

get_current_token_price

Retrieve the current price of a token on a specific blockchain by providing the network and token contract address.

Instructions

Get current price of a token on a specific blockchain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network (e.g., ethereum, polygon, arbitrum)
tokenAddressYesToken contract address
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose any behavioral traits such as whether the price is live, if there are rate limits, or what side effects might occur. The read-only nature is implied but not explicitly stated, and there is no mention of error conditions or return format.

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?

The description is a single, front-loaded sentence that efficiently conveys the tool's purpose without any redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with two well-documented parameters, the description is minimal. However, there is no output schema, so the description should explain what the price response looks like (e.g., currency, format). It also does not mention supported chains or any caveats, leaving the agent without complete context for invocation and response handling.

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?

Schema description coverage is 100%, with both 'chain' and 'tokenAddress' clearly documented. The description adds minimal extra meaning, only echoing 'specific blockchain' which is already in the schema. Baseline of 3 is appropriate since the schema handles parameter documentation.

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 uses the verb 'Get' and specifies the resource 'current price of a token on a specific blockchain', which is clear. It implicitly distinguishes from siblings like get_historical_token_price and get_token_price_comparison, but does not explicitly name them or highlight the distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as get_historical_token_price or get_token_price_comparison. There is no mention of exclusions, prerequisites, or recommended use cases.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Noves-Inc/noves-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server