Skip to main content
Glama
amir45400

tradefloor-mcp

by amir45400

analyze_structure

Analyze candlestick data to reveal market structure: trend, ChoCh, BOS, swing highs/lows, pullback levels, and impulse peaks. Get validated structural breaks with time and price for clear market context.

Instructions

Read market structure: trend, character shifts (ChoCh) and continuation breaks (BOS).

Returns the current trend, every structural break in the window with its time and price, the last validated swing high and low, the potential swing levels a pullback is forming against, and the impulse peak or trough of the current leg.

Give a coin (BTC, ETH, SOL; tokenised equities as xyz:AAPL) to fetch candles from Hyperliquid's public endpoint, or pass your own candles, or neither to see a worked example on bundled ETH-15m data.

Set include_candles=true when you intend to DRAW the result: the response then carries the candles themselves, on the same time scale as the levels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNo
limitNo
candlesNo
intervalNo1h
include_candlesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

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 carries the full burden, and it does well: it states the read-only nature, the Hyperliquid public endpoint source, the fallback example behavior, and the effect of include_candles. It does not cover edge cases like conflicting coin and candles inputs, but the core behavior is clearly disclosed.

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 well structured: a one-line summary, a list of return contents, input-mode instructions, and a targeted note about drawing. Every sentence carries useful information, and the most important behavioral details are front-loaded.

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 5-parameter tool with no annotations, the description covers return values, data sources, input modes, and the include_candles use case, while the output schema handles return structure. It is slightly incomplete regarding sibling-tool routing and ambiguity when both coin and candles are supplied, but overall an agent can invoke it correctly.

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?

Schema description coverage is 0%, so the description must compensate. It explains coin formats and their effect, the candles alternative, the neither/default example, and include_candles semantics. Limit and interval are not explicitly described, but the default values are in the schema and the example hints at interval formatting.

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 opens with a specific verb and resource: 'Read market structure' and immediately names the core outputs: trend, ChoCh, and BOS. This makes the tool's function unmistakable and semantically distinguishes it from siblings focused on liquidity sweeps and blocks.

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 gives clear conditional guidance for input modes: supply a coin, supply your own candles, or supply neither for an example. It also explains when to set include_candles=true. However, it never mentions when to choose this tool over find_liquidity_sweeps or find_blocks, so alternative-tool selection is left implicit.

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/amir45400/tradefloor-mcp-main'

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