Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

opensea_profile_created

List all collections a wallet created, showing floor price and trading statistics. Enter a wallet address, ENS, or OpenSea username to discover the creator's full body of work.

Instructions

List the collections a wallet created. Returns the collections a wallet created, as opposed to the ones it holds, each with its floor price and trading statistics. Use this to find a creator's full body of work from any one of their collections' contract deployer address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoCollections per page, 1-100
cursorNoOpaque pagination cursor from a previous next_page_cursor
sort_byNoSort field
identifierYesWallet address, ENS name, or OpenSea username
sort_directionNoSort direction

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description must carry the burden. It does reveal that results include floor price and trading statistics, but it omits pagination behavior, rate limits, or any potential side effects. It is a read operation, but that is implied rather than stated.

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

Conciseness5/5

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

The description is two sentences with no filler. The core purpose and return content are front-loaded, and the use case is appended as a second sentence. Every clause contributes value.

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 no output schema and no annotations, the description covers the essential return fields (floor price, trading stats) and the input identifier. It lacks explicit mention of pagination or cursor usage, but those are self-explanatory from the schema. It is sufficiently complete for an agent to call correctly.

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 coverage is 100%, so the baseline is 3. The description adds no extra meaning about parameters like sort_by, sort_direction, limit, or cursor—it only echoes the identifier's meaning. It does not compensate for the schema's own descriptions, which are already sufficient.

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 lists collections a wallet created, distinguishing from held ones, and specifies it returns floor price and trading statistics. It also provides a concrete use case (finding a creator's body of work from a contract deployer address), which makes the purpose unambiguous.

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 explicitly contrasts with collections a wallet holds, implying a different tool for that purpose, and gives a specific scenario (finding a creator's work). However, it does not name the alternative sibling tool (e.g., opensea_profile_collections), so the guidance is clear but not fully explicit about alternatives.

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

Install Server

Other Tools