Skip to main content
Glama

Get Token Safety Score

get-token-safety
Read-onlyIdempotent

Analyze any PulseChain token contract address for scam indicators including honeypot detection, buy and sell taxes, ownership details, and liquidity score (0-100, A-F grade).

Instructions

Analyze a token for scam indicators: honeypot detection, buy/sell tax, ownership, liquidity score (0-100, A-F grade).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesToken contract address (0x...)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesToken contract address
scoreYesSafety score from 0 (dangerous) to 100 (safe)
gradeYesLetter grade: A (safest) through F (dangerous)
is_honeypotYesWhether the token is detected as a honeypot
buy_taxYesBuy tax percentage
sell_taxYesSell tax percentage
ownership_renouncedYesWhether contract ownership has been renounced
Behavior3/5

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

Annotations already declare readOnlyHint=true, so behavior is clear. Description adds value by enumerating specific scam indicators checked, but does not disclose additional traits like rate limits or authentication needs, which annotations do not cover.

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?

Single sentence, 18 words, directly conveys the tool's purpose and key outputs (honeypot, tax, ownership, liquidity). No unnecessary information.

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?

Given the single parameter and presence of output schema, the description sufficiently covers the tool's functionality. It clearly states the domain (scam analysis) and scope, making it complete for an AI agent to understand invocation and expected results.

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 for the 'address' parameter is complete (100% coverage). Description does not add further parameter semantics beyond what the schema provides, so baseline 3 is appropriate.

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?

Description clearly states the tool analyzes a token for scam indicators, listing specific checks like honeypot detection, buy/sell tax, ownership, and liquidity score. This distinguishes it from siblings that focus on narrower aspects like get-honeypots or get-token-liquidity.

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?

No guidance on when to use this tool versus alternatives such as check-address-risk or get-honeypots. The description implies comprehensive scam analysis but does not provide context for selection or exclusions.

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/openpulsechain/public'

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