Skip to main content
Glama

mint_cell

Mint new land cells on the primary market via OpenSea SeaDrop, using ETH as payment. Preview the cost with quote_mint and verify your ETH balance before minting.

Instructions

Mint new land cells on the primary market, straight from the collection’s OpenSea SeaDrop public drop — paid in native ETH, no $CPU involved. quantity cells are minted to your connected wallet at the on-chain drop price; preview the exact ETH cost first with quote_mint. The mint is submitted on-chain and this waits for confirmation. Check get_balance for enough ETH (mint price × quantity, plus gas) before calling. For existing cells on the secondary market, use OpenSea listings instead (see the land contract link in the server instructions).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quantityNoNumber of land cells to mint, as a positive integer string (e.g. "1"). Default "1".1
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that the mint is on-chain, waits for confirmation, and requires native ETH. It does not describe return values, but for a simple mint tool with no output schema, this is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured, starting with purpose, then conditions, then explicit warnings. It is slightly verbose but every sentence adds value. Could be trimmed slightly without losing clarity.

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?

Given one simple parameter, no output schema, and no annotations, the description covers purpose, usage, behavioral traits, and cross-references to related tools. It is fully adequate for an agent to invoke correctly.

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 coverage is 100%, so baseline 3. The description adds that quantity is a positive integer string (already in schema pattern) and mentions default '1' (also in schema). Provides no additional semantic value beyond what's in the input 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 clearly states the action (mint), resource (land cells), and source (primary market via OpenSea SeaDrop). It distinguishes from siblings by specifying 'paid in native ETH, no $CPU involved.' and references related sibling tools like quote_mint and get_balance.

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

Usage Guidelines5/5

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

Explicitly says when to use (primary market) and when not (secondary market, use OpenSea listings). Provides clear instructions: preview cost with quote_mint first, check ETH balance with get_balance, and warns about on-chain confirmation waiting.

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/sodiqit/cpu-game-mcp'

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