Skip to main content
Glama

market_for_rent_grouped

Get grouped card-rental price and quantity summaries, including season and daily quantities, via a single request.

Instructions

Read grouped card-rental price and quantity summaries, including season_qty and daily_qty. The observed response had 1710 groups; only a bounded leading portion is returned. 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. Array responses 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

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.0

TDQS

A3.7/5.0
Behavior5/5

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

With no annotations present, the description carries the full burden and does so thoroughly. It explicitly discloses that only a bounded leading portion is returned, that 1710 groups were observed, that no continuation pages are auto-fetched, and that responses are locally capped at 100 rows and 256 KiB with truncation reported. It also states that oversized records are refused without partial fields. This is unusually complete behavioral disclosure.

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 dense but every sentence conveys a meaningful constraint or caveat, and the purpose statement is front-loaded. A few phrases such as 'tool policy as well as measured upstream requirements' are vague and could be tightened, so it is not perfectly concise.

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?

The description covers pagination, truncation, and error behavior well, which is impressive given the absence of annotations and output schema. Yet it leaves important operational details unresolved: what the 'required inputs' actually are, what 'other declared filters' exist, and how a caller could obtain more than the bounded leading portion. These gaps make it incomplete for fully confident invocation.

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 has zero properties, so the 0-parameter baseline of 4 applies. The description adds some relevant context about required inputs reflecting policy and that other declared filters are forwarded without implied effectiveness. However, it never enumerates those filters or required inputs, leaving a mild ambiguity, though there are no schema parameters to document.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Read grouped card-rental price and quantity summaries'. It also names concrete fields (season_qty, daily_qty), making the tool's purpose unmistakable. However, it does not explicitly contrast itself with sibling tools such as market_for_sale_grouped or market_query_grouped, so it falls just short of full sibling differentiation.

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

Usage Guidelines2/5

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

There is no guidance about when to choose this tool over market_active_rentals, market_rental_history, or market_for_sale_grouped. The description mentions filters and upstream policy but does not provide a decision rule or alternatives for an agent to consider.

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