Skip to main content
Glama

rental_offers_lowest_price

Fetch the lowest-priced rental offers for Splinterlands delegations, preserving original price strings without modifications. Returns one page of results per request.

Instructions

Read the public V3 delegation rental offers 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

B3.4/5.0
Behavior4/5

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

Given the absence of annotations, the description carries the full burden and does a good job disclosing behavioral traits: it performs no unit conversion, annualization, quote execution, or card-rental inference; makes one GET request; does not auto-fetch continuation pages; limits arrays to 100 rows and 256 KiB with truncation reported; and refuses oversized records. However, the references to 'Required inputs' and 'declared filters' are inconsistent with the empty input schema, which creates ambiguity and slightly undermines transparency.

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 dense and front-loads the core purpose, but it contains boilerplate-like caveats that may not apply to this tool (e.g., 'declared filters', 'required inputs') given the empty schema. Each sentence adds information, but the overall length could be trimmed to improve clarity. Structure is acceptable, but the verbosity and mismatched references detract.

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 tool with no parameters and no output schema, the description provides substantial context: it specifies the endpoint, clarifies output handling (preserving price string, nullable price), lists non-behaviors, and documents limits and error handling. It is fairly complete, though it omits a clear description of the response structure beyond 'price string' and could clarify the input mismatch.

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?

The input schema has zero parameters, so there is nothing to explain. The baseline for 0 params is 4, but the description confusingly mentions 'Required inputs reflect tool policy as well as measured upstream requirements' and 'Other declared filters are forwarded as supplied', implying parameters exist when the schema explicitly forbids them (additionalProperties false). This misleading statement reduces the score.

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 clearly states the action ('Read') and the specific resource ('public V3 delegation rental offers lowest-price endpoint'), which distinguishes it from related siblings like rental_offers and rental_bids_lowest_price by 'delegation' and 'lowest-price'. However, it does not explicitly contrast with alternatives, leaving some differentiation to inference.

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 guidance is provided on when to use this tool versus sibling tools. The description focuses on operational details (pagination, truncation) but never states the intended use case, such as 'use this to get the lowest rental offer price' or 'when you need the cheapest delegation offer'. It also does not mention any prerequisites or alternative tools.

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