Skip to main content
Glama

True Markets Market Data

list_assets

Read-onlyIdempotent

List all available tradeable tokens. Returns symbol, name, chain, address, and decimals for each asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoFilter by blockchain (solana, base)

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint, idempotentHint, and non-destructive nature. The description adds behavioral context by specifying that the tool returns a list of all tradable tokens and their key attributes, which is not in 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?

The description is concise with two short, informative sentences that directly state the tool's action and output, with no wasted words.

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?

Given no output schema, the description adequately enumerates return fields. It could benefit from mentioning that the chain filter is optional and default behavior, but overall covers the essential context.

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% with a clear parameter description for 'chain'. The description does not add extra meaning beyond the schema, so baseline score applies.

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 it lists all available tradable tokens and specifies the returned fields (symbol, name, chain, address, decimals), distinguishing it from sibling tools like get_asset which retrieves a single asset.

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

Usage Guidelines3/5

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

The description implies usage when a full list of tradable tokens is needed, but provides no explicit guidance on when to use this tool versus alternatives like get_asset or list_market_caps.

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