Skip to main content
Glama

check_coin

Solana memecoin'i risk-filtrelerinden geçir: rug/authority/içerik güvenlik + creator-retention(kazanan-sinyali) + holder-dağılım + deployer-itibar + likidite + piyasa-rejimi. Döner: PASS/CAUTION/FAIL + 0-100 skor + risk-seviyesi + gerekçeler. NOT: alpha-vaat-etmez, risk-eleme/kazanan-konsantrasyonu (yüksek-varyans evren).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesSolana token mint-adresi
freshNoerken-lansman evreni (varsayılan true)

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It clearly discloses the return format (PASS/CAUTION/FAIL, 0-100 score, risk level, reasons) and explicitly states a limitation (no alpha promise, risk elimination/winner concentration focus). This is strong for a read-only check tool, though it doesn't mention data sources or rate limits.

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 compact and information-dense, front-loading the main action and listing filters and outputs efficiently. The 'NOT' clause adds important boundary context without excessive length, though the Turkish phrasing is somewhat dense and jargon-heavy.

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?

The description explains root purpose, the main filters, the output shape, and the tool's limitations, which is sufficient for an agent to select and invoke it correctly. Lacking an output schema, the description compensates by describing the return values. It could further clarify when 'fresh' should be set to false, but overall it is reasonably complete.

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 description coverage is 100%, so the baseline is 3. The description does not add parameter-specific meaning beyond the schema, but given both 'mint' and 'fresh' are already described in the input schema, the description's lack of parameter detail is acceptable.

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 evaluates Solana memecoins through multiple risk filters and specifies the output (PASS/CAUTION/FAIL, 0-100 score, risk level, reasons). It is specific enough to distinguish it from the sibling check_deployer, though it does not explicitly name the sibling or draw a contrast.

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 for risk screening and winner concentration in a high-variance memecoin universe, and it explicitly warns that it does not promise alpha. However, it does not explicitly state when to prefer check_coin over check_deployer, leaving the selection decision partially to inference.

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.9/5.0
Disambiguation5/5

check_coin evaluates a token's risk profile, while check_deployer evaluates the deploying address's reputation. The two tools have clearly distinct targets and purposes, leaving no ambiguity about which to select.

Naming Consistency5/5

Both tools follow the exact same check_<noun> pattern, making the naming predictable and consistent. The verb-noun convention is clean and immediately signals the tool's purpose.

Tool Count3/5

With only 2 tools, the server sits at the borderline 'thin' level. Each tool covers a substantial domain, but the set feels minimal for what could be a richer filtering workflow.

Completeness4/5

The pair covers the core risk-evaluation workflow: assess a coin and assess its creator. Minor gaps exist, such as no dedicated tool for detailed holder or liquidity breakdown, but the primary filtering purpose is well served.

Resources