Skip to main content
Glama

True Markets Market Data

get_asset

Read-onlyIdempotent

Get details for a specific token by chain and contract address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network (solana, base)
addressYesToken contract address

Schema Changelog

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

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

The annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=False, fully covering the safety profile. The description adds minimal behavioral context beyond the annotations, merely repeating the read nature.

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, concise sentence that efficiently conveys the tool's purpose with no unnecessary words or repetition.

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

Completeness3/5

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

Given the tool's simplicity, the lack of output schema, and rich annotations, the description is adequate but could be improved by hinting at the level of detail returned or differentiating from get_asset_summary more explicitly.

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 coverage is 100%, so the schema fully documents both parameters. The description only restates the parameters without adding new meaning or constraints, earning the baseline score.

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 clearly states the tool's purpose using a specific verb ('Get details') and resource ('a specific token by chain and contract address'). It effectively distinguishes from sibling tools like get_asset_summary and get_market_cap, which have different scopes.

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?

No usage guidelines are provided. The description does not specify when to use this tool versus alternatives, nor does it indicate prerequisites or when not to use it.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: asset details, summaries (current and historical), market cap, market summary, price history, surging/trending assets, and listing assets/market caps. No overlaps.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with 'get_' for specific queries and 'list_' for enumerations. No mixing of conventions.

Tool Count5/5

10 tools is well-scoped for a market data server, covering all essential read operations without being excessive or insufficient.

Completeness5/5

The set covers all common market data needs: asset details, summaries, market cap, price history, trending/surging assets, and full listings. No critical gaps for a read-only data server.

Resources