Skip to main content
Glama
Kaskad-Lending

Kaskad Protocol MCP Server

getMarkets

Get current supply/borrow APY, total supply/borrow in USD, utilization rate, and available liquidity for every Kaskad Protocol lending market on Igra Galleon Testnet.

Instructions

Returns the current state of all Kaskad Protocol lending markets on the Igra Galleon Testnet. Includes supply/borrow APY, total supply/borrow in USD, utilization rate, and available liquidity for each asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It conveys that this is a current-state query and lists the returned data, which implies a read-only operation. However, it does not explicitly state that no state is modified, nor does it mention rate limits, data freshness, or auth requirements.

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?

One sentence with no filler. It front-loads the resource and network, then compactly lists the relevant market metrics. Every phrase earns its place.

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 parameterless read tool, this is nearly sufficient: it names the network, the resource, and the key returned fields, and there is no output schema to compensate. It could add an explicit statement of the return shape (e.g., array keyed by asset) and a clearer read-only guarantee, but an agent can invoke it correctly without further details.

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 is empty with zero parameters and 100% schema coverage, so there are no parameter semantics to document. The description appropriately focuses on the return payload instead, which satisfies the zero-parameter baseline.

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 identifies a specific verb ('Returns'), a specific resource ('all Kaskad Protocol lending markets'), and a specific environment ('Igra Galleon Testnet'). It also itemizes the return fields (APY, totals, utilization, liquidity), which clearly differentiates it from sibling tools like getProtocolInfo or getPosition.

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 on when to use this tool versus alternatives. It does not mention that other getters exist for user-specific positions or protocol parameters, nor does it state any exclusions or prerequisites. The only implied usage is that it serves as a market overview.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.