Skip to main content
Glama

Comparable settled auctions

list_comparables

Which recent auctions resemble these parameters, and how did each clear? Returns the individual observations so the caller can reason from them directly.

Nearest-k settled auctions by normalised distance on loan amount, LTV and tenor. Every row carries its clearing APR, bid count, and whether its originator was Aletheia's own account. Below MIN_COMPARABLES the rows are still returned, with the threshold and the observed count named — no aggregate is computed over them.

⚠ The own-account flag is null, not false, wherever it cannot be computed. Read provenance.own_account_attribution before treating a null as a "no".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoHow many comparables to return. Caps at 25; default 10.
ltvNoLoan-to-value at origination, as a decimal 0–1.
pairNoCollateral/loan pair. Default 'WBTC/USDC'.
networkNoNetwork. Default 'arbitrum-one' (mainnet). Use 'arbitrum-sepolia' for the testnet deployment, which carries a far deeper book — but note the two run different contract builds, so a testnet observation is not a mainnet fact.
tenor_daysNoLoan term in days. The protocol's minimum is 7.
loan_amountNoLoan size to match against, in loan-token units.
window_daysNoOnly consider auctions settled within this many days.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/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 and pays it off. It reveals row contents (clearing APR, bid count, own-account flag), the behavior when below MIN_COMPARABLES (rows still returned, no aggregate computed), and an explicit null-vs-false warning for the own-account flag. This goes far beyond the typical read-tool description.

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 efficiently structured: purpose, method, output contents, edge-case behavior, then a warning. Every sentence earns its place, and the important null-handling warning is clearly flagged. Despite covering substantial behavioral detail, it remains compact and scannable.

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

Completeness5/5

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

Given there is no output schema and no annotations, the description supplies the necessary response semantics: individual observations, row fields, threshold behavior, and the provenance caveat. It also names the distance dimensions and supports the seven optional parameters through the schema. An agent has enough context to invoke the tool and interpret results correctly without reconstructing hidden behavior.

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 input schema already covers 100% of parameters, establishing a baseline of 3. The description adds value by specifying how the parameters relate: matching is done by 'normalised distance on loan amount, LTV and tenor.' This information is not inferable from the individual parameter descriptions and clarifies which parameters drive the comparability computation.

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 concrete question ('Which recent auctions resemble these parameters, and how did each clear?') and then gives a precise method: 'Nearest-k settled auctions by normalised distance on loan amount, LTV and tenor.' It clearly identifies the resource and behavior, and the emphasis on 'returns the individual observations' distinguishes it from aggregate-style or listing tools.

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 intended use is strongly implied by the opening question and by describing this as a nearest-k comparables lookup, but the description never names a sibling alternative such as find_auctions_matching_criteria nor states when not to use this tool. There is no explicit exclusion or routing guidance.

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.