Skip to main content
Glama
KK6BZB

signallord-mcp-server

signallord_get_liquidation_data

Read-onlyIdempotent

Retrieves Bitcoin liquidation data and computes a momentum score (0-10) that combines long/short liquidation volumes, funding rate, and price action to detect capitulation or short squeeze signals.

Instructions

Get Bitcoin liquidation data and momentum scoring.

Signal Lord's custom liquidation momentum score combines 24h long and short liquidation volumes with funding rate and price action into a single 0-10 score. High long liquidations with negative funding = capitulation signal. High short liquidations with positive momentum = short squeeze signal. Also returns the raw 24h liquidation summary from CoinGlass.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate read-only, idempotent, and open-world behavior. The description adds useful context by explaining the score interpretation (capitulation, short squeeze signals) and mentioning the raw CoinGlass summary, which enhances transparency beyond 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?

The description is very concise, using only four sentences. It immediately states the main purpose, then explains the score and its interpretation without any fluff. Every sentence adds value.

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?

The description covers the key aspects: what data is returned (liquidation momentum score and raw summary), and the scoring logic. An output schema exists so return format details are not needed. It is complete for a straightforward read tool, though it could mention any prerequisites or restrictions (none appear necessary).

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 single optional parameter (response_format) has a default and is not documented in the description. With 0% schema description coverage, the description should at least mention the parameter. However, the parameter is self-explanatory from its name and default, so the lack of documentation is a minor gap.

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 tool retrieves Bitcoin liquidation data and a custom momentum score. It explains the score's components and interpretation, making the purpose well-defined. However, it does not explicitly distinguish this tool from sibling tools like signallord_get_capitulation_score or signallord_get_composite_score, which also provide scores.

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 obtaining liquidation momentum data but provides no explicit guidance on when to use this tool versus alternatives. Given many sibling tools covering different metrics, some direction would be beneficial.

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/KK6BZB/signallord-mcp-server'

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