Skip to main content
Glama
MadeOnSol

MadeOnSol

Official

madeonsol_tokens_list

Read-onlyIdempotent

Browse and filter Solana tokens by market cap, liquidity, DEX, and activity. Sort by momentum or volume to find active tokens.

Instructions

Filtered, sortable token directory. Browse all tracked Solana tokens by market-cap band, liquidity floor, recent-activity window, primary DEX, authority/safety flags, and computed 1h volume / MEV-share / MC-change deltas. Default min_liq=2000 skips phantom-MC dust (low-liquidity pools producing absurd VWAP×supply products) — pass min_liq=0 to opt out. Computed filters (min_volume_1h_usd, max_mev_share_pct, mc_change_1h_min_pct, mc_change_1h_max_pct) over-fetch and post-filter — pagination.post_filtered=true on the response means page size may be < limit. PRO+ only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort axis (default mc_desc). Momentum sorts: mc_change_5m_desc, mc_change_1h_desc, volume_1h_desc, trending (composite recent-volume × positive-momentum rank).
limitNoPage size (max 100)
max_mcNoMaximum market cap in USD
min_mcNoMinimum market cap in USD
offsetNoPagination offset
min_liqNoMinimum quote-side liquidity in USD (default 2000 — pass 0 to opt out of phantom-MC filter)
active_hNoOnly tokens with a trade in the last N hours
primary_dexNoFilter by primary DEX
deployer_tierNoFilter by deployer reputation tier.
max_liq_mc_ratioNoMaximum liquidity-to-MC ratio (0-1).
min_liq_mc_ratioNoMinimum liquidity-to-MC ratio (0-1). Filters out tokens where liquidity is thin relative to market cap.
min_lp_burnt_pctNoMinimum % of LP supply burned (0-100)
authority_revokedNoOnly tokens whose mint+freeze authority is revoked
exclude_token2022NoExclude Token-2022 mints (transfer-fee / hook risk)
max_mev_share_pctNoMaximum MEV-share % of 1h volume (post-filter)
min_volume_1h_usdNoMinimum trailing 1h volume in USD (post-filter — may shrink page size)
mc_change_1h_max_pctNoMaximum 1h MC change % (post-filter)
mc_change_1h_min_pctNoMinimum 1h MC change % (post-filter; negative allowed)
Behavior4/5

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

Discloses the default min_liq filter, post-filtering for computed filters, and pagination.post_filtered behavior. Annotations already provide read-only/idempotent hints; description adds valuable operational details beyond 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?

Single paragraph, front-loaded with the core purpose. Every sentence carries meaningful information without redundancy. Highly efficient and structured.

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?

Covers the tool's purpose, key filters, default behavior, and a notable quirk (post-filtering). No output schema, but the description implies a list of tokens. Could mention output structure, but overall comprehensive for a complex tool.

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% for all 18 parameters, so baseline is 3. The description adds context about the overall filtering workflow and post-filtering behavior, enhancing understanding beyond individual parameter descriptions.

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 clearly states it is a 'Filtered, sortable token directory' for Solana tokens, listing many filtering dimensions. It is specific and distinct from single-token or other list tools, but does not explicitly contrast with siblings.

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?

Provides usage notes on default min_liq and post-filtering behavior, but does not explicitly state when to use this tool versus alternatives like madeonsol_token_get or madeonsol_discovery. Implicit context from openWorldHint is present but not leveraged.

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/MadeOnSol/mcp-server-madeonsol'

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