Skip to main content
Glama

Coin Intel

get_coin_intel
Read-only

Full Coin Intelligence snapshot for a pump.fun mint. Returns every signal the engine recorded during the observation window: bundle vs organic verdict, bubblemaps-style cluster connectivity, smart-money presence (with wallet labels and win-rates), dev behaviour, category/classification, news-meme detection with the matching headline, risk flags, and a 0–100 quality score. Also returns the outcome if the coin is old enough to be labeled (graduated/rugged/ATH multiple). This is the single highest-signal read for a trade decision — call this before entering any position.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesSolana mint address (base58).
networkNomainnet

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintNo
nameNo
foundYes
oracleNoFused Oracle conviction score (null if the Oracle engine has not yet scored this coin). Call get_oracle_conviction for the full read including who's-in roster and narrative.
symbolNo
outcomeNoLabeled outcome if available (graduated, ath_multiple, etc).
verdictNo
categoryNo
dev_soldNo
oracle_urlNoOracle deep-link for the coin — opens the Oracle war-room drawer directly.
risk_flagsNo
dev_buy_solNo
bundle_scoreNo0–1, coordinated-launch likelihood.
is_news_memeNo
news_headlineNo
organic_scoreNo0–1, organic-demand likelihood.
quality_scoreNo0–100 composite quality.
unique_buyersNo
smart_money_countNoProven wallets (score≥65) in this coin.
smart_money_scoreNo
smart_money_notableNo
bubblemap_connectivityNo0–1 wallet-cluster share. null = enrichment not yet run.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds context about returning a static snapshot of all signals during an observation window and conditional outcome labeling, which goes beyond annotations without contradiction.

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 efficiently structured, starting with a clear purpose, followed by a detailed bullet-like list of return fields, and ending with a usage recommendation. Every sentence adds value without redundancy.

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 an output schema exists, the description adequately covers return values and usage context. However, it omits details about the 'network' parameter and the duration of the 'observation window,' leaving minor gaps.

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

Parameters2/5

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

Schema description coverage is 50% (only 'mint' has a description). The description indirectly references the mint parameter but does not explain the 'network' parameter or its default value, failing to compensate for the low coverage.

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 returns a 'Full Coin Intelligence snapshot for a pump.fun mint' and lists many specific return fields. It also distinguishes itself by being 'the single highest-signal read for a trade decision,' setting it apart from sibling tools like get_token_details or get_token_holders.

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 explicitly advises to 'call this before entering any position,' providing clear context for use. However, it does not explicitly state when not to use it or mention alternative tools, leaving some ambiguity.

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

A3.5/5.0
Disambiguation4/5

Most tools have distinct purposes, but get_coin_intel and get_oracle_conviction overlap in providing intelligence signals; descriptions help differentiate but still may cause confusion.

Naming Consistency3/5

Naming patterns are mixed: some use snake_case (get_bonding_curve), others use camelCase (sns_reverseLookup), and kol_leaderboard lacks a prefix that others like pumpfun_ have.

Tool Count4/5

19 tools cover a broad range of pump.fun functionality, from token details to claims and social analysis; the count feels appropriate for the scope.

Completeness5/5

The tool set covers virtually all core aspects of pump.fun ecosystem: token info, intelligence, trading, claims, AMM quotes, metadata upload, SNS, and social sentiment, with no obvious gaps.