Skip to main content
Glama

EmblemAI AgentWallet

Solana: rugcheck

rugcheck
Read-onlyIdempotent

Check if token is a rug/scam. score_normalised: 0=safe, 100=risky.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenMintYesToken mint address

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare the tool safe and read-only. The description adds the score_normalised interpretation, which provides useful context about the output but doesn't disclose additional behavioral traits like network calls, latency, or error conditions.

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 one short sentence plus a clarifying note on the score range. Every word earns its place.

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?

For a simple one-parameter read-only tool, the description adequately explains the purpose and the meaning of the key output score. It doesn't explain error handling or response format, but with no output schema and low complexity, this is sufficient.

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?

The schema fully documents the single parameter tokenMint with its description, so the description adds no extra semantic value beyond what the schema already provides. Baseline 3 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 uses the specific verb 'Check' with the resource 'token' and clearly states the function is identifying rugs/scams. It also clarifies the score_normalised scale, which distinguishes this from generic token info tools like tokenMetadataInfo.

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

Usage Guidelines2/5

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

The description gives no explicit usage guidance, prerequisites, or mention of alternative tools. It only states the core action without advising when to choose this over other token-related sibling tools such as findSolanaGems or getPumpFunTokens.

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.

Resources