Skip to main content
Glama

List the lending markets behind a rate

list_markets
Read-only

Every venue and asset in an index, with its borrow rate, supply rate, utilization, depth and weight. Utilization explains why a rate sits where it does.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexNoCurrency index, or BTC-COLLATERAL-USDC. Omit for the Stacks indices.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description aligns with that by describing a listing/read operation. The description adds useful behavioral context by enumerating the returned data fields and explaining the interpretive role of utilization, going beyond the structured annotations.

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?

Two sentences, no filler, with the core scope stated first and a meaningful explanatory clause second. Every sentence earns its place.

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?

For a simple read-only listing tool with one well-documented optional parameter, the description plus annotations and schema fully cover what an agent needs: what the tool returns, why it matters, and that it is safe to call.

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?

Schema description coverage is 100% for the single optional index parameter, including an enum and guidance to omit it for Stacks indices. The description adds no new parameter-level detail, which is acceptable because the schema already fully documents the parameter.

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 uses a specific verb ('List') and a clear resource ('every venue and asset in an index'), with concrete output fields (borrow rate, supply rate, utilization, depth, weight). This distinguishes it from sibling tools like get_rate or compare_rate, which focus on rates or comparisons rather than the underlying market composition.

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 for understanding why an index rate sits where it does, especially via utilization. However, it does not explicitly state when to use this tool versus alternatives such as get_rate or compare_chains, nor does it mention exclusions or prerequisites.

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.