You're viewing a demo portfolio

Join the waitlist
PRSM

list_drops

Active

Tool of Real Real Genuine

declared in 1.0.0

[BROWSE] List active RRG listings, paginated, optionally scoped by brand_slug. Use when exploring the catalogue without a specific item in mind. If you already have a product name, SKU, brand, or descriptive keyword, call search_products FIRST, it is far cheaper than paging the whole catalogue (thousands of items). Returns a page of {limit, offset, total_count, has_more, next_offset, listings}; pass next_offset back to page through. Each listing has title, price in USDC, edition size, and remaining supply. Live on-chain minted count is in get_drop_details, not here. Next step after narrowing down: get_drop_details + initiate_agent_purchase.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 200,
      "minimum": 1,
      "description": "Max listings to return (default 50, max 200). The catalogue has thousands of items, page through with offset."
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "description": "Number of listings to skip for pagination (default 0)."
    },
    "brand_slug": {
      "type": "string",
      "description": "Optional brand slug to filter listings by a specific brand"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Real Real Genuine

https://github.com/richardjhobbs/rrg

1/7 registries
View full server →