3land Mint And List
3land_mintAndListMint an NFT on 3.Land and list it for sale in one step. Specify owner, collection, name, image, and price.
Instructions
Mint an NFT on 3.Land and automatically list it for sale. 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 | Name name or domain value used by 3land Mint And List. | |
| image | Yes | NFT image URL | |
| owner | Yes | Solana public key (base58) | |
| price | Yes | Listing price in token amount | |
| supply | No | Edition supply | |
| priceMint | No | NFT mint address (base58) | |
| attributes | No | Attributes parameter for 3land Mint And List. | |
| collection | Yes | 3.Land collection ID | |
| description | No | Description parameter for 3land Mint And List. |
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. |