Skip to main content
Glama

rental_bids_lowest_price

Retrieve the lowest rental bid prices for Splinterlands delegation rentals from the public V3 endpoint, preserving original price strings.

Instructions

Read the public V3 delegation rental bids lowest-price endpoint. Preserve its price string, or nullable price allowed by the official schema. No unit conversion, annualization, quote execution or card-rental inference is performed. 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.9/5.0
Behavior5/5

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

With no annotations, the description fully carries the behavioral disclosure burden. It explicitly states that no unit conversion, annualization, quote execution, or inference is performed, that it makes one GET request without auto-fetching pages, and that array responses are limited to 100 rows/256 KiB with truncation reported and oversized records refused. These are concrete, actionable traits that go beyond what a schema could convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long and contains statements that seem irrelevant to a zero-parameter tool, such as 'Required inputs reflect tool policy as well as measured upstream requirements' and 'Other declared filters are forwarded as supplied.' These sentences do not earn their place because the schema defines no inputs or filters, making the description less concise and somewhat confusing.

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 key behavioral aspects like request size limits, truncation, and refusal of oversized records, which are important for an agent. However, the contradictory statements about required inputs and filters (when none exist) create ambiguity, and the tool lacks an output schema, so more clarity on response structure would help. The core purpose is understood, but completeness is marred by these inconsistencies.

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 tool has zero parameters, so there is nothing to describe. The baseline for zero parameters is 4 per the rubric, and the description adds no unnecessary parameter information, which is appropriate.

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 clearly states the action: 'Read the public V3 delegation rental bids lowest-price endpoint.' It specifies the resource (delegation rental bids) and the specific variant (lowest-price), which differentiates it from sibling tools like rental_offers_lowest_price and rental_bids. The mention of preserving the price string further clarifies the tool's scope.

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?

No explicit guidance is given on when to use this tool versus alternatives. The description does not mention any alternative tools or exclusion criteria. It only states what the tool does, leaving the agent to infer usage from the name, which is insufficient.

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