Skip to main content
Glama

robinhood_honeypot_sim

REAL-TIME honeypot check for a ROBINHOOD-CHAIN token: SIMULATES an actual buy then sell against the token's own V3 pool (no funds move) and reports whether SELLING REVERTS (a honeypot) plus the round-trip tax. Use this for a BRAND-NEW / just-launched token, or whenever robinhood_token_safety / GoPlus returns 'not indexed / sellability unknown' -- this catches fresh-launch honeypots in the first minutes, before GoPlus has data. Give a 0x token address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesthe 0x token contract address on Robinhood Chain

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It clearly explains the simulation mechanism (no funds move), what it reports (sell reverts, round-trip tax), and its purpose (catching fresh-launch honeypots before GoPlus has data). It does not mention potential limitations like network usage, error handling, or pool existence, but the core behavior is transparent and non-destructive.

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 front-loaded with the tool's core function, then provides usage context and a final instruction. All three sentences deliver distinct value: purpose, when-to-use rationale, and parameter guidance. There is no redundancy or filler, making it concise and well-structured for an agent to parse quickly.

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 only one parameter and no output schema, the description sufficiently explains what the tool does, how it does it, what it returns (sell revert status and round-trip tax), and when to use it. It also provides a clear alternative to other tools, making it complete for the tool's complexity.

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 input schema has 100% coverage for the only parameter 'address' with description 'the 0x token contract address on Robinhood Chain'. The description adds the instruction 'Give a 0x token address', which reinforces the prefix requirement but adds minimal semantic value beyond the schema. Since coverage is complete, the baseline is 3, and the description does not significantly enhance parameter understanding.

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 the tool performs a REAL-TIME honeypot check for Robinhood-chain tokens by simulating a buy and sell against the token's own V3 pool, reporting whether selling reverts and the round-trip tax. It distinguishes itself from siblings like robinhood_token_safety by explicitly targeting fresh launches and cases where other tools return 'not indexed / sellability unknown'.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool: for brand-new or just-launched tokens, or whenever robinhood_token_safety / GoPlus returns 'not indexed / sellability unknown'. It also implies when not to use (when other tools have data) and names alternative tools, providing clear situational guidance.

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

Many tools share the same core purpose (safety checks) differentiated mainly by chain or asset type, and descriptions are detailed enough to distinguish them most of the time. However, pairs like rug_check/rugcheck and deployer_check/deployer_reputation have overlapping purposes that could lead to misselection.

Naming Consistency3/5

Most tool names follow a lowercase snake_case pattern with clear descriptors, but there are notable exceptions like 'rugcheck', 'defillama', and 'verify'. Additionally, the 'rug_check' vs 'rugcheck' pair is an obvious naming inconsistency.

Tool Count2/5

44 tools is excessive for any server. Even for a broad security/due-diligence purpose, many tools (especially the robinhood_* series) are highly specialized and could be consolidated into fewer actions.

Completeness4/5

The tool surface is impressively comprehensive, covering token/NFT safety, transaction simulation, whale/address tracking, stock analysis, prediction markets, and project validation. Minor gaps exist (e.g., no ENS resolution or stock price history), but they are not critical for the server's core purpose.

Resources