Skip to main content
Glama
VeChain-AI-Terminal

VeChain AI Terminal MCP Server

nft_mint

Mint new NFT tokens on VeChain by specifying the contract address, recipient, token ID, and metadata URI. Requires minter role on the contract.

Instructions

Mint a new NFT token (requires minter role on contract)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoRecipient address (defaults to wallet address)
tokenIdNoToken ID (optional for auto-incrementing collections)
tokenURINoMetadata URI (IPFS or HTTP URL)
contractAddressYesNFT contract address (must support minting)
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits directly. It does disclose an important authentication requirement (minter role). However, it does not mention that this is an irreversible on-chain transaction, likely incurring gas costs, nor does it describe the expected response or failure modes. It adds some context but lacks a fuller disclosure for a mutation tool.

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 a single, front-loaded sentence that efficiently states the action and a key prerequisite in parentheses. It contains no fluff and every word serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema provides complete parameter documentation, and the description gives a clear purpose and a minter-role requirement. However, as a blockchain write operation with no output schema, the description omits important context such as the transaction nature, gas requirements, and return value expectations. It is adequate but not comprehensive.

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 description coverage is 100%, so the parameter descriptions already fully document each parameter. The tool description adds no additional parameter-specific meaning, keeping it at the baseline.

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 uses a specific verb 'Mint' with a clear resource 'new NFT token', making the action unambiguous. The parenthetical 'requires minter role on contract' adds a relevant constraint. This clearly distinguishes it from sibling tools like nft_burn, nft_transfer, and nft_approve.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly defines when to use the tool (to create a new NFT) and provides a clear prerequisite: the minter role. However, it does not explicitly contrast with alternatives or state when not to use it. The guidance is implied rather than explicit.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VeChain-AI-Terminal/vechain-terminal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server