Skip to main content
Glama
fletch-now

fletch-mcp

Official
by fletch-now

Lookalike tokens

lookalikes

Find ERC-20 tokens on Robinhood Chain that mimic listed stock tickers. Filter by symbol to reveal each token's verdict: impostor, unlisted stock, or unverified bridged coin.

Instructions

ERC-20s on Robinhood Chain that borrow a listed ticker or exact name at another address, most held first, each with a verdict: impostor (fails the beacon test), unlisted_stock (issuer-deployed but not listed), or unverified (a bridged coin's ticker, where the Arbitrum gateway is one bridge among several). Filter by symbol.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolNoTicker, e.g. TSLA

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses ordering, the three verdict categories, and the impostor criterion ('beacon test'). It does not mention pagination or default limits, but for a read-only listing tool the exposed behavior is reasonably transparent.

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 a single dense sentence with no filler; each clause contributes meaningful detail about classification, ordering, or filtering. The heavy parenthetical structure keeps it from being maximally scannable, but it is still efficient.

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?

The description explains the domain, verdicts, and ordering, but with no output schema it does not sketch the shape of each returned result beyond the verdict. Limit semantics are also left ambiguous, so an agent may not know exactly what to expect from a call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 50%, and the description adds little beyond the symbol parameter by saying 'Filter by symbol.' The limit parameter has no schema description and no mention in the description, leaving its effect and default behavior unexplained.

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 defines the resource: ERC-20s that borrow a listed ticker or exact name at another address, and it specifies output ordering ('most held first') and a verdict taxonomy. This makes the tool easy to distinguish from sibling tools like list_assets or get_asset.

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?

The only usage guidance is 'Filter by symbol,' which implies the intended call pattern but does not explain when to prefer lookalikes over list_assets or get_asset. It also does not clarify whether the symbol filter is required or optional in practice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/fletch-now/fletch-mcp'

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