Skip to main content
Glama
MadeOnSol

MadeOnSol

Official

madeonsol_almost_bonded

Read-onlyIdempotent

Identify pump.fun tokens nearing bonding curve graduation, ranked by progress velocity. Filter by deployer tier, progress, liquidity, and authority status.

Instructions

Pre-bond pump.fun tokens approaching graduation, ranked by VELOCITY (Δprogress/min) — '95% and accelerating' beats '92% stalled'. Each token is enriched with its deployer's reputation tier. progress_pct comes from on-chain real_token_reserves depletion; velocity_pct_per_min is null until a 5-minute snapshot exists; eta_minutes is a linear projection from current velocity. Returns tokens[] with mint, symbol, name, progress_pct, velocity_pct_per_min, eta_minutes, stalled, real_sol_reserves, market_cap_usd, liquidity_usd, authorities_revoked, deployer_tier, age_minutes. PRO/ULTRA only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort axis (default velocity_desc)
limitNoPage size (1-100, default 50)
min_liqNoMinimum liquidity in USD
max_progressNoUpper bound on bonding progress % (default 99.99 — already-bonded excluded)
min_progressNoLower bound on bonding progress % (default 80)
deployer_tierNoFilter by deployer reputation tier
max_age_minutesNoMax minutes since deploy (post-filter)
authority_revokedNoOnly tokens whose mint+freeze authorities are revoked
min_velocity_pct_per_minNoMinimum Δprogress/min; tokens without a 5m-ago snapshot are dropped when set
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds valuable behavioral details: how progress_pct is computed (on-chain reserves depletion), that velocity is null until a 5-minute snapshot exists, and that eta_minutes is a linear projection. It also explains the enrichment with deployer tier. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is densely informative but not verbose. The first sentence captures the core purpose and ranking philosophy. Every subsequent sentence adds concrete details about computed fields and return structure. Slightly longer than necessary but well-organized.

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?

Despite having 9 parameters and no output schema, the description explicitly lists all returned fields (mint, symbol, name, progress_pct, etc.) and explains the meaning of computed ones (velocity, eta, stalled). It covers filtering defaults and edge cases (null velocity before snapshot), making the tool fully understandable for an AI agent.

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 coverage is 100%, baseline 3. The description adds meaning beyond schema: explains the default sort (velocity_desc) and max_progress (99.99) to exclude already-bonded tokens, and that min_velocity_pct_per_min drops tokens without a snapshot. It contextualizes the filter parameters within the graduation process.

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 begins with 'Pre-bond pump.fun tokens approaching graduation, ranked by VELOCITY (Δprogress/min)', clearly specifying the verb (list/rank), resource (almost-bonded tokens), and distinct ranking approach. It contrasts with sibling tools like 'madeonsol_discovery' or 'madeonsol_tokens_list' by focusing on the near-graduation state.

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

Usage Guidelines4/5

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

The description states it's 'PRO/ULTRA only', indicating access restrictions. It implies usage for finding tokens about to graduate, but does not explicitly state when not to use or suggest alternatives. The context is clear enough for an agent to distinguish from other token list tools.

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