Skip to main content
Glama

robinhood_clones

Find COPYCAT tokens on Robinhood Chain that share a name/symbol -- the 'runner' problem where a hit token or stock ticker gets cloned many times so buyers hit an imposter (we've seen 19 tokens named 'GP'). Give a symbol or a 0x address; returns every Robinhood token with that symbol, liquidity-ranked, flags the dominant/likely-real one, and if you pass an address tells you WHERE it ranks (real one vs long-tail clone). Use for 'is this the real X on Robinhood / are there fakes'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesa token symbol (GP, PANDA) or a 0x token address

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses what the tool does in detail: returns every token with that symbol, liquidity-ranked, flags the dominant/likely-real one, and for addresses tells rank. It clearly implies a read-only lookup with no side effects. It doesn't cover rate limits or error conditions, but for a simple lookup this is sufficient.

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 three sentences and front-loaded with the core purpose. It includes a concrete example ('19 tokens named GP') and explains the problem, which is useful context. Slightly verbose with the 'runner problem' explanation, but every part contributes to understanding.

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?

Given a simple 1-parameter tool with no output schema, the description covers input, output behavior, and use case well. It doesn't specify the exact return format (e.g., JSON structure or field names), but it does explain key output features like liquidity ranking and flagging, which is adequate for an agent to invoke and interpret results.

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?

The schema describes the single parameter ('query') as a token symbol or address, providing 100% coverage. The description adds valuable context on how the parameter is used and what behavior changes when an address is passed versus a symbol, enhancing the schema's meaning.

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 a specific verb ('Find') with a clear resource ('COPYCAT tokens on Robinhood Chain') and explains the underlying problem. It clearly differentiates from sibling tools like robinhood_authenticity or token_security by focusing on clones/imposters sharing a name/symbol.

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 gives an explicit use case: 'Use for is this the real X on Robinhood / are there fakes'. It also states inputs ('Give a symbol or a 0x address'). It doesn't explicitly mention when not to use it or name alternatives, which keeps it from a 5.

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