Skip to main content
Glama

get_crypto_loan_loanable_data

Fetch loanable cryptocurrency data including interest rates and loan limits. Filter by currency to see available loanable coins and their terms.

Instructions

Get loanable coin data (interest rates, limits).

Args: currency: Filter by currency (optional).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNo
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral transparency. While 'Get' implies a read-only operation, the description does not explicitly state that it has no side effects, nor does it disclose any authentication requirements or rate limits. Minimal disclosure beyond the basic purpose.

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 extremely concise—two lines with a clear header and a bullet-point style. It wastes no words and front-loads the essential information.

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?

Given the tool's simplicity (one optional parameter, read-only), the description covers the basics but lacks details about the return structure or data format. No output schema is provided, and the agent could benefit from knowing the typical response fields beyond 'interest rates, limits.'

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 schema describes a single optional string parameter 'currency' with a default of empty. The description adds 'Filter by currency (optional),' clarifying that the parameter is meant for filtering the results. With 0% schema description coverage, this explanation is valuable, though it could include format hints or examples.

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 'Get loanable coin data (interest rates, limits).' This specifies the action (Get), the resource (loanable coin data), and the key attributes (interest rates, limits). It distinguishes from sibling tools like get_crypto_loan_borrow_history or get_crypto_loan_collateral_data by focusing on loanable data.

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?

The description does not provide guidance on when to use this tool versus the many other crypto loan tools (e.g., get_crypto_loan_borrowable_collateralisable, get_crypto_loan_position). It mentions an optional currency filter but no context about typical use cases or prerequisites.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JohnnyWic/bybit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server