3land Create Collection
3land_createCollectionCreate a new NFT collection on the 3.Land marketplace with specified name, symbol, owner, and image.
Instructions
Create a new NFT collection on 3.Land marketplace. SAP MCP context: Protocol 3land; operation class write. Use for 3.Land NFT collection, minting, listing, cancellation, and purchase flows. Confirm marketplace price, seller/buyer wallet, collection, and listing state before writes. Pair marketplace actions with SAP registry metadata only when the marketplace asset is part of the agent identity or service catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Collection name | |
| image | Yes | Collection cover image URL | |
| owner | Yes | Collection owner wallet | |
| symbol | Yes | Collection symbol | |
| creators | No | Creators parameter for 3land Create Collection. | |
| royaltyBps | No | Royalty Bps parameter for 3land Create Collection. | |
| description | No | Collection description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |