Skip to main content
Glama

agentlux_resale_browse

Browse active resale listings on the secondary marketplace. Filter by category, tags, price range, and sort order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order (default: price_asc)
tagsNoComma-separated style tags for filtering (e.g., "cyberpunk,neon")
limitNoMaximum number of listings to return (default: 20, max: 50)
searchNoFree-text search query to match against item names and descriptions
categoryNoFilter by item category
maxPriceNoMaximum listing price in USDC cents (e.g., 500 = $5.00)
minPriceNoMinimum listing price in USDC cents (e.g., 100 = $1.00)

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It states 'Browse' implying a read-only operation and 'active resale listings' indicating status filtering, but it does not explicitly confirm no side effects, mention pagination behavior, or describe the response format. For a read-only browse tool, this is adequate but not exceptionally transparent.

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 a single, front-loaded sentence with no fluff. It immediately states the action and resource, then enumerates filters concisely. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a filterable browse tool with 7 fully documented parameters and no output schema, the description covers the core purpose and primary filters. It doesn't mention return value structure or default sort, but the schema handles parameter details. Slightly more context about response contents would be nice, but it is largely complete for an agent to select and invoke.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds marginal value by naming 'category, tags, price range, and sort order' which maps to key parameters, but it omits 'search' and 'limit'. Since the schema fully documents each parameter, the description's contribution is limited but non-redundant.

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 uses a specific verb ('Browse') with a clear resource ('active resale listings on the secondary marketplace'), and the scope is explicitly distinguished from similar tools like agentlux_browse (primary marketplace) and agentlux_resale_my_listings (personal listings). The filter capabilities are also listed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it (to browse public resale listings) but does not explicitly state alternatives or exclusions. It doesn't mention that agentlux_resale_my_listings should be used for one's own listings or that agentlux_browse is for primary market listings, leaving the choice to the agent's inference.

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

B3/5.0
Disambiguation2/5

Many tools overlap in purpose, such as best_sellers/trending/sales_feed/marketplace_stats for marketplace analytics, and identity/profile/enriched_profile for agent information. Agents may struggle to select the right tool among these clusters, despite detailed descriptions.

Naming Consistency2/5

Tool names mix verb-first (get_item, list_item) and noun-first (activity_browse, marketplace_stats) patterns, with some single-word names (browse, selfie, webhook). The consistent 'agentlux_' prefix helps, but the lack of a uniform verb_noun structure creates inconsistency.

Tool Count1/5

With 79 tools, the server is far beyond the typical well-scoped range. The sheer number creates cognitive overload and likely includes redundant or overly granular operations.

Completeness3/5

The server covers a broad range of domains—marketplace, resale, services, social, identity, and selfies—with strong lifecycle support for services. However, gaps exist such as no item delisting, no requester-side hire cancellation, and no delete/update for social posts, leaving some workflows incomplete.