Skip to main content
Glama

cpu_get_my_offers_received

View incoming purchase offers on your Cells from other players. Paginate through active bids and retrieve each order's details and orderHash to accept a sale.

Instructions

The active offers standing on YOUR Cells on the public NFT marketplace — what other players are bidding to buy your land, one page at a time. The wallet is the authenticated one; there is no wallet input. For the bids you published yourself, call cpu_get_my_offers instead. An offer carries its kind: item (bound to one exact Cell), trait, or collection; a trait or collection offer has no single bound Cell, so its tokenId may be null while it is still fillable with one of your Cells. 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 amount 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 accept 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

A5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden, and it does so thoroughly. It explains pagination semantics (cursor omission, nextCursor reuse, null termination, page size caveats), amount formatting as strings, nullable tokenId for trait/collection offers, and the presence of orderHash. It also clarifies that the wallet is the authenticated one and there is no wallet input.

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 long but information-dense, with every sentence earning its place. It is front-loaded with the core purpose, then covers sibling distinction, offer-kind semantics, pagination, amount formatting, and the acceptance-relevant orderHash without unnecessary filler.

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 read tool with an output schema and no annotations, the description is nearly complete. It covers authentication context, pagination, data types, nullability, sibling alternatives, and the purpose of each relevant field, leaving no obvious gap for an agent to call it correctly.

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

Parameters5/5

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

Although the schema already documents the cursor parameter at 100% coverage, the description adds significant operational meaning: omit cursor for first page, pass back the exact nextCursor, stop only when nextCursor is null, and never infer completion from row count. This goes beyond the schema's basic parameter description.

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 states a specific verb and resource: reading active offers received on the authenticated user's Cells from the public NFT marketplace. It clearly distinguishes itself from the sibling cpu_get_my_offers by explaining which tool covers offers you published yourself.

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?

It explicitly routes the user away to cpu_get_my_offers for self-published bids, and adds that ordinary map and Cell reads do not carry marketplace data, so this tool is the right place to query. This is clear when-to-use and when-not-to-use guidance.

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