Skip to main content
Glama

Liquid State — Crypto Market Intelligence

get_track_record

Liquid State's public paper-strategy track record — deterministic, rule-based strategies with return %, max drawdown %, and days live for each, updated daily. Paper, not live capital; losses are never hidden. Use when the user asks whether Liquid State's calls or strategies actually work, or wants a verifiable track record rather than a claim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it does this well: it reveals that this is paper trading rather than live capital, that it updates daily, that strategies are deterministic and rule-based, and that losses are never hidden. This gives the agent important context about trustworthiness and limitations.

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 two sentences, front-loads the core resource identity, and then packs the most useful details — metrics, update cadence, paper-trading nature, and when to use it — without wasted words.

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 zero-parameter read-only lookup tool, this description is complete: it names the tracked entities, the metrics included, the update frequency, and the credibility caveat. No output schema exists, but the described content is sufficient for an agent to invoke the tool and set expectations for the response.

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 tool has zero parameters, so the schema is empty and parameter documentation is not needed. The description sufficiently explains what the returned resource contains, so this meets the baseline for a parameterless tool.

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 resource — Liquid State's public paper-strategy track record — and states exactly what data it contains (return %, max drawdown %, days live). This clearly differentiates it from sibling tools like get_market_overview or get_briefs, which concern broader market or content resources.

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 explicitly states when to use the tool: when the user asks whether Liquid State's calls or strategies actually work, or wants a verifiable track record rather than a claim. It gives clear usage context, though it does not explicitly name alternatives or state when not to use it.

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.2/5.0
Disambiguation3/5

Most tools are clearly distinct, but get_market_overview and get_market_state both return funding and price snapshots for BTC/ETH/SOL, with get_market_state adding OI, liquidations, and a regime signal. get_derivatives also overlaps with get_market_state on funding and open interest at the single-asset level, which could cause an agent to pick the wrong tool.

Naming Consistency5/5

All six tools follow a consistent get_<resource> naming pattern with clear, descriptive nouns. There are no mixed casing styles, vague verbs, or inconsistent conventions.

Tool Count5/5

Six tools is a well-scoped size for a crypto market intelligence server. Each tool has a distinct role in the set: news briefs, derivatives data, guides, market overview, market state, and track record.

Completeness4/5

The tool surface covers the core intelligence workflows well: recent analysis, derivatives data, market snapshots, educational content, and a verifiable track record. Minor gaps exist, such as no historical data endpoints and limited spot-price coverage beyond BTC/ETH/SOL, but agents can generally work around these.

Resources