3land Mint And List
3land_mintAndListMint 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.
SAP MCP execution guidance: Intent: local-signer write workflow. Pricing: paid read-premium; estimate first, then use sap_payments_call_paid_tool when the runtime cannot replay x402 natively. Routing: hosted accountless write is blocked; do not call this as a paid hosted write and no x402 payment should be charged. Use the local sap_payments bridge or a hosted unsigned builder when user signing is required. Signer boundary: user-controlled local profile or external signer; OOBE hosted MCP remains non-custodial.
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. |