Skip to main content
Glama

collection_team

WHO is behind an OpenSea collection / mint: the creator-owner wallet, the PAYOUT recipient wallet(s) where mint + royalty money goes, the contract, verification status, and socials. THE tool for 'who created this mint / can they rug and run / is this marketplace or launchpad launch legit / where does the money go'. On no-code / SeaDrop mints the contract deployer is usually OpenSea itself, so vet the OWNER + PAYOUT wallets this returns (run address_security, deployer_check, wallet_nfts on them, and check if the payout wallet has drained funds). Accepts a collection slug, name, OpenSea URL, or contract address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionYescollection slug, name, OpenSea URL, or 0x contract 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 of behavioral disclosure. It prominently warns that on no-code/SeaDrop mints the contract deployer is usually OpenSea, advising to vet the owner and payout wallets and check for drained funds. This is valuable, non-obvious behavior that helps the agent interpret results. However, it does not mention return format, potential errors, rate limits, or whether the tool is read-only, leaving slight gaps.

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 about 100 words and packs substantial information in a logical flow: core purpose, output items, use cases, critical caveat, and follow-up suggestions. It is concise for the complexity it covers, though slightly dense with multiple parentheticals. Every sentence contributes value, but it could be slightly tightened.

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 complexity—no output schema and a single parameter—the description does an above-average job of explaining what to expect: it lists the categories of returned data, warns about the OpenSea deployer nuance, and suggests concrete next actions. It does not specify the return structure or error behavior, but the provided context is sufficient for most selection and invocation scenarios.

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 covers the parameter fully with 'collection slug, name, OpenSea URL, or 0x contract address', and the description repeats this verbatim, adding no new semantic detail. Since schema coverage is 100%, the baseline is 3; the description does not elevate beyond that, though it does provide context around how to use the result.

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 it identifies 'WHO is behind an OpenSea collection / mint' and enumerates the concrete outputs: creator-owner wallet, payout wallets, contract, verification status, and socials. It positions itself as 'THE tool' for specific questions like 'who created this mint / can they rug and run', clearly differentiating it from siblings that focus on security, prices, or token data.

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 provides explicit use cases: 'who created this mint / can they rug and run / is this marketplace or launchpad launch legit / where does the money go'. It also instructs the agent to run complementary tools (address_security, deployer_check, wallet_nfts) on the returned wallets, effectively stating when those alternatives are appropriate as follow-ups.

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