Skip to main content
Glama

mint_ashfield

Mint Ashfields NFTs by burning 100,000 $ASH per token; automatically approves token allowance, submits the transaction, and returns minted token IDs with OpenSea links.

Instructions

Mints one or more Ashfields NFTs. Automatically approves $ASH if the current allowance is insufficient, then submits the mint transaction and waits for confirmation. Returns the minted token IDs and OpenSea links. Burns 100,000 $ASH per token permanently (sent to 0xdead).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quantityYesNumber of tokens to mint. Must be between 1 and 5 per transaction.
Behavior5/5

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

With no annotations present, the description carries the full behavioral disclosure burden and does so thoroughly. It disposes the auto-approve, transaction submission, confirmation handling, permanent burn to 0xdead, and returned OpenSea links. No contradictions with annotations exist.

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?

Three sentences with no wasted words. The primary action is front-loaded, followed by the execution sequence and return value in logical order. Every piece of information earns its place.

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

Completeness5/5

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

For a single-parameter tool with no output schema, this description is complete. It explains the pre-approve behavior, the transaction flow, the destruction of tokens, and the return format. An agent can correctly invoke it and interpret its results without needing more context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already document the quantity parameter at 100% coverage, so the baseline is 3. The description adds meaningful parameter context by stating the cost consequence — burning 100,000 $ASH per token — which helps an agent reason about quantity choices. This is incremental value beyond the schema.

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 opens with a specific verb+resource pairing: 'Mints one or more Ashfields NFTs.' It clearly differentiates the tool from siblings like get_mint_info (read-only info) and approve_ash (approval only) by showing the full mint flow. Nothing about the purpose is ambiguous.

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

Usage Guidelines4/5

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

The description states that approval is handled automatically when allowance is insufficient, which effectively tells the agent that a separate approve_ash call is unnecessary before minting. However, it does not explicitly name alternatives or state when not to use this tool, so it falls just short of full marks.

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/smoke711711/ashfields-mcp-server'

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