Skip to main content
Glama
solsentry

SolSentry MCP

Official
by solsentry

explain_risk

Get a plain-English explanation of risks associated with any Solana wallet or token address, helping you avoid scams and rug pulls.

Instructions

Get a human-readable explanation of why a wallet or token is risky. Accepts either a wallet address (checked as operator) or a token mint address. Returns a plain-English warning suitable for displaying to end users.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesSolana wallet address or token mint address.
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses input types (wallet or token address) and output type (plain-English warning), but does not mention any behavioral traits like idempotency, side effects, or authentication needs. Adequate but not detailed.

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?

Two sentences, front-loaded with purpose. No wasted words; every sentence contributes meaningful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, description only states 'plain-English warning' without specifying structure, severity levels, or examples. Adequate for a simple tool but could be more complete.

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%, but description adds value by clarifying that 'address' can be either a wallet address (checked as operator) or a token mint address, which is not evident from the schema alone.

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?

Clearly states the verb 'Get a human-readable explanation' and the resource 'why a wallet or token is risky'. Distinguishes from sibling tools like check_operator and check_token, which likely provide binary risk status rather than explanation.

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?

Implied when to use (when you need an end-user explanation) but does not explicitly state when not to use or mention alternative tools. Sibling tools exist but no guidance on choice.

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/solsentry/solsentry-mcp'

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