ton-nfts
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTON NFT Operations
TON NFT 操作
View and transfer NFTs on the TON blockchain.
在TON区块链上查看和转移NFT。
MCP Tools
MCP 工具
| Tool | Required | Optional |
|---|---|---|
| — | |
| | |
| | — |
| | |
| | |
| 工具 | 必填参数 | 可选参数 |
|---|---|---|
| — | |
| | |
| | — |
| | |
| | |
Workflows
工作流
List My NFTs
列出我的NFT
- Call to list NFTs in the active wallet
get_nfts - Use and
limitfor paginationoffset
- 调用列出活跃钱包中的NFT
get_nfts - 使用和
limit实现分页offset
View NFT Details
查看NFT详情
- Call with the
get_nftnftAddress
- 传入调用
nftAddressget_nft
Send an NFT
发送NFT
- Call to find the NFT address if the user doesn't have it
get_nfts - Ask one short yes/no confirmation before transferring the NFT
- Call with
send_nftandnftAddresstoAddress - Poll with the returned
get_transaction_statusuntil status isnormalizedHashorcompleted(seefailedskill)ton-balance
- 如果用户没有NFT地址,调用查找
get_nfts - 转移NFT前询问用户一个简短的是/否确认
- 传入和
nftAddress调用toAddresssend_nft - 使用返回的轮询
normalizedHash,直到状态变为get_transaction_status或completed(参考failed技能)ton-balance
Notes
注意事项
- Use to dry-run any transaction before sending — it returns expected balance changes, fees, and high-level actions so you can verify the outcome
emulate_transaction - Always confirm with the user before transferring an NFT; prefer the host client's structured confirmation UI when available, otherwise accept natural-language yes/no and do not require a fixed confirmation phrase
- If no wallet is configured, use the skill first
ton-create-wallet
- 在发送交易前使用进行模拟运行——它会返回预期的余额变化、手续费和高级操作信息,以便你验证结果
emulate_transaction - 转移NFT前务必获得用户确认;如果有宿主客户端的结构化确认UI,优先使用该UI,否则接受自然语言的是/否回复,不要求固定的确认短语
- 如果未配置钱包,请先使用技能
ton-create-wallet