Skip to main content
Glama

reveal

Reveal resource deposits on a cell you own. First reveal is free; re-revealing depleted cells incurs a one-time auto-approved CPU cost. Submits an on-chain transaction and reports the hash.

Instructions

Reveal the resource deposits of a Land cell you own. Requires a session — call authenticate first. The first reveal of a cell is free; re-revealing a depleted cell has a $CPU cost, which this tool auto-approves once (a one-time unbounded allowance) before revealing. It submits an on-chain transaction and waits for its confirmation, then reports the transaction hash. The revealed resources are applied a few seconds later by the indexer — read them with get_cell once settled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenIdYesThe tokenId of a cell you own to reveal.
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: auto-approves one-time allowance, submits on-chain transaction, waits for confirmation, reports tx hash, and explains that resources are applied later by indexer. No contradictions with missing annotations.

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 with no extraneous information. It is front-loaded with the main purpose, and every sentence adds essential value, from prerequisites to post-action steps.

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 the tool's complexity (on-chain transaction, cost, indexer latency), the description covers all necessary aspects: authentication requirement, cost behavior, transaction flow, and how to read results. No output schema is needed as the description tells the agent what to expect.

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% for the single parameter tokenId, with a clear description 'The tokenId of a cell you own to reveal.' The tool description does not add new meaning beyond what the schema already states, so a baseline score of 3 is appropriate.

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 starts with a specific verb and resource: 'Reveal the resource deposits of a Land cell you own.' This clearly distinguishes the tool from siblings, as no other sibling tool performs a similar action.

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 explicitly states the prerequisite (require session, call authenticate), cost rules (first free, re-reveal has CPU cost), and post-action steps (read with get_cell). It provides clear context for when to use, though it does not explicitly mention alternatives (none needed).

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