Skip to main content
Glama

cpu_mint_cell

Mint new land cells from the primary market via OpenSea SeaDrop, paying in native ETH. The on-chain mint delivers cells to your wallet after confirmation.

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 cpu_quote_mint. The mint is submitted on-chain and this waits for confirmation. Check cpu_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?

With no annotations, the description carries the full burden. It discloses key behaviors: payment in native ETH (not $CPU), minting to connected wallet, on-chain submission with confirmation wait, and need for sufficient balance. It doesn't describe the return value after confirmation, which is a minor gap.

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 concise and well-structured, with each sentence serving a purpose: purpose, cost preview, payment method, balance check, and secondary market alternative. No redundancy.

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

Completeness4/5

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

Given no output schema and no annotations, the description covers usage, prerequisites, and alternatives thoroughly. It misses the return value after the on-chain wait, which would be useful, but overall it is quite complete for a single-parameter mint tool.

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?

Schema has 100% coverage for the single 'quantity' parameter, so baseline is 3. The description adds meaning by relating quantity to the mint price and balance check, giving context beyond the schema's basic definition.

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 tool's function: 'Mint new land cells on the primary market, straight from the collection’s OpenSea SeaDrop public drop'. It uses a specific verb 'mint' and resource 'land cells', and distinguishes itself from related tools like cpu_quote_mint and secondary market operations.

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?

The description provides explicit when-to-use and alternatives: preview cost with cpu_quote_mint, check ETH balance with cpu_get_balance, and for secondary market use OpenSea listings. It also states prerequisites like having enough ETH for price × quantity plus gas.

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/projectcpu/project-cpu-mcp'

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