Skip to main content
Glama

cpu_get_my_listings

Retrieve your active Cell listings on the public NFT marketplace, showing the land you have put up for sale. Use the returned cursor to page through results.

Instructions

Your own active Cell listings on the public NFT marketplace — the land you have put up for sale, one page at a time. The wallet is the authenticated one; there is no wallet input and no way to read another player. This is the land market, entirely separate from cpu_list_my_lots, which lists your RESOURCE lots for $CPU inside the game. PAGINATION: omit cursor for the first page, then pass back the exact nextCursor you received. Stop only when nextCursor is null — a page with fewer than 50 rows may still have another page, so never decide you are done by counting rows. Every price is a base-unit decimal integer STRING (never a number), paired with a currency carrying the symbol and decimals you need to read it. Every row carries the exact orderHash needed to cancel it. Ordinary map and Cell reads carry no marketplace data — ask here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoPage cursor. Omit it (or pass null) for the first page, then pass back the exact `nextCursor` the previous page returned. There is no page-size input and no wallet input: the page always describes the authenticated wallet.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
nextCursorYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.13.0

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so thoroughly. It discloses that the wallet is the authenticated one, there is no wallet input or way to read another player, pagination follows nextCursor, prices are strings needing currency context, each row carries orderHash for cancellation, and map/Cell reads lack marketplace data. These are behavioral details well beyond the schema.

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 front-loaded with the core purpose, then moves through differentiation, pagination rules, price format, and cancellation data in a logical order. Every sentence carries operational value; there is no filler or redundancy. The length is justified by the number of critical behaviors an agent must know.

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 paginated authenticated listing tool with one parameter and an output schema, the description covers everything necessary: authentication scope, pagination mechanics, stopping condition, price representation, currency pairing, order cancellation, and the distinction from related reads. Nothing essential is missing, and the output schema supplies return-structure details.

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 describes the cursor parameter at 100% coverage, so the baseline is 3. The description adds important semantic detail by explaining that a page with fewer than 50 rows may still have another page, reinforcing both cursor reuse and the exact stopping condition. This extra context justifies a score above 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 opens with a specific verb and resource: 'Your own active Cell listings on the public NFT marketplace' and explicitly scopes it to 'the land you have put up for sale.' It differentiates itself from the sibling cpu_list_my_lots by clarifying that this is the land market, not resource lots, so an agent can immediately identify the correct tool.

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 gives explicit when-to-use guidance: it states that ordinary map and Cell reads carry no marketplace data and that this tool should be used for marketplace listings. It also names the direct alternative, cpu_list_my_lots, and explains the distinction. Pagination usage is fully specified with stop conditions based on nextCursor, not row counts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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