Skip to main content
Glama
DeFadeLtd

DeFade

Official

Token price

get_token_price
Read-onlyIdempotent

Get current DEX market data for a token—price, market cap, liquidity, volume, and recent OHLCV candles—to provide context for a risk verdict.

Instructions

Current market data for one token — price, market cap, liquidity, volume and recent OHLCV candles — aggregated from DEX market sources and cached for about a minute, so figures are near-live but not a tick-by-tick trading feed. A token with no liquidity pool returns empty market data rather than an error. Use it for the market context around a risk verdict. Not for risk of any kind — market data carries no forensic signal — and not for long price history beyond the recent candles. Arguments: address and chain; one API unit on any chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoChain the token is deployed on: solana (default), ethereum, base, robinhood. Required for any 0x address, because the same contract address can exist on several EVM chains. Omit it for Solana. An unsupported value is rejected before any request is spent; EVM chains need a key on an All-Chains plan.solana
addressYesThe token's own contract address, exactly as an explorer shows it. Solana: the base58 mint, 32-44 characters (e.g. 6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN). EVM: 0x followed by 40 hex characters, case-insensitive (e.g. 0x6982508145454ce325ddbe47a25d4ec3d2311933). Never a pool, pair, wallet or deployer address — those come back as not found. Set `chain` to match the address: a 0x address alone cannot say which EVM chain it lives on, and a Solana mint sent with an EVM chain is rejected.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
highNoWindow high as priceUsd plus ts; low is the same shape.
tokenNoThe address that was scanned (on get_token_scan, the full token metadata object instead).
candlesNoOHLCV candles, oldest first: ts (ms), open, high, low, close, volume and *Usd values.
currentNoLatest close as current.priceUsd.
poweredByNoAlways "DeFade.org".
timestampNoISO time the response was assembled.
priceChangeNoPercent change from the first candle to the last. Null when it cannot be computed.
totalCandlesNoNumber of candles; a token with no chart data answers 0.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations: the near-live cached nature ('cached for about a minute, so figures are near-live but not a tick-by-tick trading feed') and the empty-data behavior for tokens with no liquidity pool ('returns empty market data rather than an error'). This is genuinely useful for an agent deciding whether to call this tool.

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 compact, information-dense, and logically ordered: what it returns, freshness, edge behavior, usage context, exclusions, and cost. Every sentence earns its place, and the most decision-relevant facts (what data, non-live nature) are front-loaded. No filler or repetition of schema fields.

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

Completeness5/5

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

Given the annotations cover read-only/idempotent safety, the schema covers parameters, and the output schema presumably defines the return shape, the description covers all remaining operational context: freshness, empty-result behavior, use cases, exclusions, and cost. An agent has everything needed to invoke it correctly and avoid the risk-specific siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds value by giving context about the market-data aggregation source and by connecting the parameters to usage context ('Arguments: address and chain; one API unit on any chain'), but most parameter semantics are already in the schema. A 4 reflects that the description doesn't materially extend param meaning but does reinforce the cost implication.

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 opens with a precise verb-resource pairing ('Current market data for one token') and enumerates the exact fields returned (price, market cap, liquidity, volume, recent OHLCV candles). It clearly distinguishes this tool from siblings like get_liquidity or get_rug_score by stating what it is not: not a risk signal and not a long price history feed.

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

Usage Guidelines5/5

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

Explicit when-to-use guidance is given: 'Use it for the market context around a risk verdict.' It also provides explicit when-not-to-use guidance: 'Not for risk of any kind — market data carries no forensic signal — and not for long price history beyond the recent candles.' With sibling tools like get_rug_score and get_token_scan, this exclusion is essential and it is clearly stated.

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

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/DeFadeLtd/defade-sdk'

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