Skip to main content
Glama

RBX Invest Roblox Limiteds market data

Search or rank Roblox Limiteds

search_items

Search the Roblox Limited catalog by name, or screen the whole market when no query is given. Returns asset id, RAP, RAP across every copy sold, the lowest resale listing, stock left, the move in RAP over 1/7/30 days and lifetime in both percent and Robux, sales counts and sales value per window, and the item score. Rank by any of those with sort, and bound any of them with filters to ask a question with more than one condition in it. Prices are Robux.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoMetric to rank by. Size: rap, totalValue, price, copies, copiesLeft, percentRemaining (stock still unsold, the reading the site shows), percentSold (its complement), score. Movement: growth1d/7d/30d/all (percent) and growthRs1d/7d/30d/all (the same move in Robux); only items that sold inside the window have one, and the "all" pair measures against the creator's original price. Trading: volume1d/7d/30d (sales) and salesTotal1d/7d/30d (Robux moved).rap
limitNo
queryNoPart of an item name, e.g. "valkyrie". Omit to rank or screen the catalog.
offsetNoRows to skip, for reading past the first page. The reply reports the total that matched.
filtersNoRanges narrowing the catalog, ANDed together. Each is in the unit its metric is shown in: Robux for rap/totalValue/price/salesTotal*/growthRs*, percent for growth*/percentRemaining/percentSold, a count for copies/copiesLeft/volume*. An item with no value for a bounded metric is excluded.
directionNodesc
item_typeNoregular_limited is a classic Limited, ugc_limited a UGC one.all
availabilityNoavailable = copies still in stock from the creator.all

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It covers the return payload in detail, notes that prices are in Robux, explains that items without a value for a bounded metric are excluded, and mentions that movement metrics only exist for items that sold in the window. This is strong transparency, though it does not state read-only behavior explicitly.

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 a single dense paragraph but every sentence earns its place: purpose, return fields, units, ranking, filtering, and pricing. It is front-loaded with the main purpose. Slight structuring into two or three sentences with clearer separation would improve scannability, but there is no fluff.

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 tool with 8 parameters, no required arguments, no annotations, and no output schema, this description is unusually complete. It explains both invocation modes, lists the return fields, describes sort and filter capabilities, gives units, and clarifies edge cases like missing values and items with no sales in a window. An agent can call this tool correctly without further inference.

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?

Schema coverage is 75%, and the schema already documents sort, query, offset, filters, item_type, and availability. The description adds useful semantics beyond that: 'Prices are Robux,' omitting query screens the whole market, and filters are ANDed conditions for multi-criteria questions. This exceeds the baseline for high schema coverage.

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: 'Search the Roblox Limited catalog by name, or screen the whole market when no query is given.' This clearly distinguishes it from sibling tools like get_item_details or get_new_limiteds and explains the core dual mode of searching and ranking.

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 gives clear context for when to use the tool: search by name, screen the whole catalog, rank by sort, or filter with multiple conditions. It does not explicitly name sibling tools or exclude cases, but the supported scenarios are stated well enough for an agent to select it appropriately.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools map to a distinct resource/action, and descriptions explicitly disambiguate rank_creators from get_creator and player rankings from player holdings. The only notable overlaps are find_deals as a specialized filter of search_items and get_market_cap vs get_market_stats, though the descriptions clarify the differences.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern (find_*, get_*, rank_*, search_*). No mixed conventions or vague names like 'process' or 'execute' appear.

Tool Count5/5

12 tools cover a read-only market data domain without bloat. Each tool addresses a distinct query type: search, detail, rankings, aggregates, deals, recent items, and articles.

Completeness4/5

The surface covers core workflows: search/screen the catalog, drill into items, evaluate creators and players, check market aggregates, find deals, and retrieve guides. Minor gaps like item-level historical price series and filtering a creator's full catalog are not explicitly exposed, but agents can work around them with search_items and get_item_details.

Resources