Skip to main content
Glama

vapi_market_player_listings

Retrieve a player's market listings for a specific asset and detail ID, preserving item identities, currencies, prices, and remaining quantities. Read-only operation that does not modify listings.

Instructions

Read the account listing items for one asset/detailId. PACKS/RIFT matched the corresponding row in all_listings. Preserve listing/item identities, currencies, prices and remaining quantities; this does not create or change listings. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. The data list are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYes
playerYes
detailIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.0

TDQS

A3.9/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 burden of behavioral disclosure. It explicitly states that the tool does not create or change listings, makes one logical GET request, does not auto-fetch continuation pages, limits data to 100 rows and 256 KiB, reports truncation in text and metadata, and refuses oversized records without partial fields. This is comprehensive and covers safety, pagination, and limits.

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 reasonably structured: it leads with purpose, then states behaviors, then limits. While it is longer than many tool descriptions, every sentence adds distinct information (read-only nature, pagination behavior, data limits, handling of oversized records). It is efficient and not redundant, though it could be tightened.

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

Completeness3/5

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

For a tool with 3 parameters and no output schema, the description provides a good overview of behavior and limits, and it mentions the content of listings (identities, currencies, prices, remaining quantities). However, it does not explain the parameters, leaving a critical gap for correct invocation. The description is adequate but not fully complete.

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

Parameters2/5

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

The input schema has 0% description coverage and 3 required parameters (asset, detailId, player). The description only mentions 'asset/detailId' indirectly but does not define what each parameter represents. The statement 'Required inputs reflect tool policy as well as measured upstream requirements' is meta and unhelpful. With no schema descriptions, the description fails to compensate, leaving parameter meanings ambiguous.

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 clear verb and resource: 'Read the account listing items for one asset/detailId.' It specifies a precise scope (one asset/detailId) and even notes PACKS/RIFT matching in all_listings, which distinguishes it from sibling tools like vapi_market_player_all_listings. The purpose is unambiguous and differentiated.

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 usage context (read-only, single asset/detailId, no pagination) but does not explicitly state when to choose this tool over alternatives. It neither names siblings nor provides conditions for use vs. other listing endpoints. The guidance is implicit rather than explicit, so an agent might need to infer usage from the scope.

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

Deploy Server

Other Tools