Skip to main content
Glama

deployer_reputation

Has this WALLET rugged before? Track record of a creator/deployer address: how many tokens fingers has watched it launch and how many rugged or died. A SERIAL RUGGER's next launch is a red flag even when the fresh contract looks clean -- the memory signal no live scanner has. Use when you have a token's creator/deployer address and want its history. Give the wallet address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYesthe creator/deployer wallet address

TDQS

A4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the core behavior: it counts how many tokens the wallet launched and how many rugged or died, and flags serial ruggers. It does not mention data sources, output format, or limitations, but the disclosed behavior is substantive enough for a simple lookup tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat verbose and includes an awkward typo ('fingers') and informal phrasing like 'the memory signal no live scanner has.' It communicates effectively but could be tightened. It is front-loaded with the core question, but the subsequent sentences could be more concise.

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 the tool's simplicity (one parameter, no output schema), the description covers the essential context: what it does, when to use it, and what input to provide. It implies the output includes launch counts and rugged/died status, which is sufficient for a user to understand the tool's value.

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 schema already provides a clear description for the 'wallet' parameter ('the creator/deployer wallet address'), and the description adds 'Give the wallet address.' With 100% schema coverage, this is baseline 3. No additional format or chain details are provided.

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 explicitly states the tool's function: tracking a wallet's history of token launches and whether they rugged or died. It clearly distinguishes from token-specific tools like rug_check by focusing on the deployer address, and uses a vivid question 'Has this WALLET rugged before?' to convey the purpose.

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?

It provides explicit guidance: 'Use when you have a token's creator/deployer address and want its history.' This clearly indicates the appropriate context. It also hints at a unique advantage (memory signal no live scanner has) but does not explicitly name alternatives or 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