Skip to main content
Glama

cpu_get_my_offers

Retrieve the active buy offers you published on the public NFT marketplace, one page at a time. Use the returned cursor to fetch the next page and the orderHash to cancel any offer.

Instructions

The active offers YOU made on the public NFT marketplace — bids you published on land owned by others, page at a time. The wallet is the authenticated one; there is no wallet input. For bids other players made on your Cells, call cpu_get_my_offers_received instead. Each offer carries its kind: item (bound to one exact Cell), trait, or collection. A trait or collection offer is not made for one Cell, so its tokenId may be null while the offer is still fillable. 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 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.8/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 well. It explains pagination behavior (use nextCursor, stop only when nextCursor is null, never rely on row count), the string-typed base-unit amounts with currency decimals, nullable tokenId for trait/collection offers, and the presence of cancelable orderHash. These details go far beyond the schema and meaningfully shape how an agent should interpret results.

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 longer than minimal but is well-organized and front-loaded with purpose before moving to pagination and data-format caveats. Every section carries necessary warnings, though some cursor mechanics are repeated from the schema description. The structure earns a high score because each topic is distinct and useful.

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 one-parameter read-only paginated query, the description covers the tool's purpose, its relation to a sibling tool, the exact authentication model, pagination termination rules, number formatting, and cancellation capability. The presence of an output schema further reduces the need to describe every field, so nothing essential is missing.

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 documents the single cursor parameter thoroughly, so the baseline is 3. The description adds extra nuance beyond the schema by warning that a page with fewer than 50 rows may still have another page and that completion must be determined solely by nextCursor. That is a valuable addition that prevents a common pagination mistake.

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 names a specific resource and scope: active offers YOU made on the public NFT marketplace, specifically bids on land owned by others. It also distinguishes itself from the sibling tool by explicitly saying bids received on your Cells belong in cpu_get_my_offers_received. This leaves no ambiguity about what the tool returns.

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 an explicit when-not-to-use instruction: 'For bids other players made on your Cells, call cpu_get_my_offers_received instead.' It also notes that ordinary map and Cell reads carry no marketplace data, so an agent knows to request this tool rather than generic read endpoints. This is clear, actionable 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