Skip to main content
Glama
amir45400

tradefloor-mcp

by amir45400

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool targets a distinct analytical concern: analyze_structure provides the overall structural read, find_liquidity_sweeps isolates stop-hunts, and find_blocks identifies FVGs/order blocks. There is no meaningful overlap that would cause an agent to select the wrong tool, especially with explicit output descriptions.

    Naming Consistency5/5

    All tool names follow a consistent [action]_[object] snake_case pattern: analyze_structure, find_liquidity_sweeps, find_blocks. The verbs are sensible and the objects clearly describe the returned market-structure concept.

    Tool Count5/5

    Three tools is on the lower end but not thin for a focused market-structure analysis server; each tool covers a distinct pillar (structure, liquidity sweeps, blocks). The count is well-scoped for the stated purpose and no tool feels redundant.

    Completeness4/5

    The set covers the core SMC analysis workflow: overall structure, sweeps, and blocks, with consistent input options and candle drawing support. It is slightly incomplete for broader tradefloor workflows—there is no batch/multi-coin scan or order-flow/volume tool—but agents can work around that for single-symbol structural analysis.

  • Average 3.8/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 1 commit in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is failing
  • This repository is licensed under Apache 2.0.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

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

    With no annotations, the description carries the disclosure burden. It explains the analysis sequence (current impulse leg, then per Fibonacci zone) and that the tool reports the zone price is currently in. This makes the read-only, analytical behavior concrete, even though it does not explicitly state side-effect status or data dependencies.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    Three sentences with the core purpose front-loaded, followed by useful behavioral detail and a cross-reference. No filler. The cross-reference is terse but earns its place.

    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?

    The output schema presumably covers return values, and the behavior is well described. However, with 5 optional parameters, no annotations, and no selection guidance versus siblings, the description leaves the agent to infer input constraints and when this tool is the right choice.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters2/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 0%, and the description provides no explanation of coin, limit, candles, interval, or include_candles. The only parameter-related hint is 'Same input options as analyze_structure,' which defers to another tool rather than clarifying defaults, constraints, or formats.

    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 names specific objects (fair value gaps, order blocks, pullback zones) and a concrete reporting behavior (impulse leg, Fibonacci zones, current price zone). It does not explicitly contrast itself with analyze_structure or find_liquidity_sweeps, but the resource and scope are clear enough for an agent to tell it apart.

    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 when block locations within Fibonacci zones are needed, but it does not state when to prefer this tool over its siblings or when not to use it. The note 'Same input options as analyze_structure' addresses input compatibility, not selection criteria.

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

  • 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 does a solid job: it explains the exact behavioral condition for a sweep and what the result contains (the sweeping candle and every level it took out). It does not explicitly state that the tool is read-only or has no side effects, but the analytical nature and result-focused wording make the behavior reasonably transparent.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is compact and front-loaded with the core concept, followed by a clear definition and result behavior. It avoids unnecessary filler, though the first sentence's phrasing is slightly awkward. Overall, every sentence earns its place and the structure is easy for an agent to parse.

    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?

    The output schema exists, so return values do not need to be fully explained, and the description gives the key concept and result contents. However, because there are no annotations, no explicit usage exclusions, and no real parameter semantics, the description leaves meaningful gaps for a 5-parameter tool with two siblings.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters2/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 0% and there are 5 parameters, so the description needed to compensate. Instead it only says 'Same input options as analyze_structure,' which points elsewhere rather than explaining coin, limit, candles, interval, or include_candles. This is minimal added semantic value over the raw schema.

    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 identifies the action ('Find stop-hunts') and defines the resource precisely: a sweep is a structural break that pushes through prior swing levels and closes back inside. It also distinguishes the tool's result by stating each result names the sweeping candle and every level taken out, which makes it distinct from generic structure analysis.

    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 when to use the tool (when you need to identify liquidity sweeps/stop-hunts) and references 'Same input options as analyze_structure,' but it does not explicitly state when to prefer this over find_blocks or analyze_structure. There are no exclusions or alternative routing conditions, so the usage guidance is mostly implicit.

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

  • 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.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

tradefloor-mcp MCP server – quality and maintenance score on Glama

Copy to your README.md:

Score Badge

tradefloor-mcp MCP server – quality and maintenance score on Glama

Copy to your README.md:

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