Skip to main content
Glama

robinhood_token_safety

Full safety scan for a ROBINHOOD-CHAIN token by 0x address, reconciling THREE sources: GoPlus (HONEYPOT, buy/sell tax, can't-sell-all, blacklist, pausable, mintable -- the sellability verdict), Blockscout (verified source, holders, top-holder CONCENTRATION, creator), and the DEX (liquidity). Every flag names its source. THE tool for 'is this Robinhood coin a honeypot / rug / safe to buy'. More complete than token_security alone for Robinhood tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNochain (default robinhood)
addressYesthe 0x token contract address on Robinhood Chain

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals the exact data sources (GoPlus, Blockscout, DEX), specific checks performed (honeypot, tax, blacklist, pausable, mintable, holder concentration, liquidity), and an output trait ('Every flag names its source'). This is a thorough and honest account of behavior, superior to most tool descriptions.

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 dense but well-structured, leading with the main purpose and then detailing sources and checks. Every sentence provides useful information, though it is somewhat long. It avoids fluff while packing essential details, deserving a 4.

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 tool has no output schema, so the description must hint at return values. It mentions 'Every flag names its source' and lists the verdict types (honeypot, rug, safe to buy). For a moderately complex tool with three data sources, this provides enough context for an agent to understand what it will receive, though a formal output structure is not described. The completeness is good but not perfect.

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 adds marginal value by emphasizing the address is on Robinhood Chain and that the scan is by 0x address, but it does not add syntax or format details beyond the schema. The schema already documents both parameters adequately.

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 'Full safety scan' for a Robinhood-chain token by address, listing specific checks from three sources. It distinguishes itself from sibling tool token_security by claiming to be more complete for Robinhood tokens. This meets the criteria of a specific verb+resource+scope with sibling differentiation.

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

Usage Guidelines4/5

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

The description explicitly positions this as 'THE tool for is this Robinhood coin a honeypot / rug / safe to buy' and states it is 'More complete than token_security alone for Robinhood tokens.' This gives clear context on when to use it, but it does not explicitly mention when not to use it or name alternatives beyond token_security. Thus it earns a 4 for clear context without exclusions.

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