Skip to main content
Glama

LogicRoomX Crypto MCP

get_spread

Real-time price spread between Binance and OKX. Returns gross%, net% after fees, best route, and profitability verdict.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesCrypto symbol: BTC, ETH, SOL, etc.
taker_feeNoTaker fee per side as decimal. Default 0.001

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description adds behavioral context by specifying 'Real-time' and detailing the metrics computed (gross%, net%, best route, profitability verdict). This goes beyond the schema but doesn't disclose side effects or limitations, which are not apparent for a read-only calculation tool.

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 a single, concise sentence that front-loads the purpose and then lists outputs, with no unnecessary words or redundancy.

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?

Given the tool's simplicity (2 params, no output schema), the description adequately covers purpose, output values, and real-time nature. It could optionally mention fee math or error conditions, but these are not essential for basic usage.

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 input schema provides 100% description coverage for both parameters (symbol and taker_fee), so the baseline is 3. The tool description does not add any parameter-specific meaning beyond what the schema already states.

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 explicitly states 'Real-time price spread between Binance and OKX' and enumerates return fields (gross%, net%, best route, profitability verdict), making the tool's function clear and distinct from sibling tools like get_funding_rate and get_exchange_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (to check inter-exchange spread) but does not explicitly mention alternatives or when-not-to-use, so it lacks explicit guidance beyond its own purpose.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct aspect of crypto arbitrage: cash-carry yield, exchange status, funding rates, and price spreads. There is no functional overlap.

Naming Consistency5/5

All tools use a consistent `get_<resource>` pattern with snake_case, making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server covers the core data needs for crypto arbitrage analysis without being overwhelming or sparse.

Completeness4/5

The server covers essential real-time data for arbitrage (funding rates, spreads, exchange status, cash-carry yield). Minor missing features like historical data or trade execution are not critical for its stated purpose.

Resources