Skip to main content
Glama
hamzafaiz17

TradeZylo MCP Server

by hamzafaiz17

get_checklist_score

Compare win rate and PnL when your pre-trade checklist was completed versus skipped to measure checklist discipline and adherence.

Instructions

Evaluate pre-trade checklist discipline versus trade outcome. Compares win rate and PnL when the checklist was completed vs when it was skipped.

Example questions:

  • "Does following my pre-trade checklist actually improve my win rate?"

  • "What is my performance when I skip the checklist?"

  • "Show my checklist discipline score"

  • "What is my checklist adherence rate?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoAccount name (e.g. "FTMO 2 Step", "01") or account ID to filter by
date_toNoISO date YYYY-MM-DD — analysis end
date_fromNoISO date YYYY-MM-DD — analysis start

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden, and it does disclose what the tool compares and computes. However, it says nothing about permissions, whether the analysis is read-only, time-range defaults, or what the returned structure looks like – gaps that matter for a 3-param analysis tool with zero annotation coverage.

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 purpose statement is front-loaded and the example questions are compact and directly useful for intent matching. Four examples is slightly redundant but each anchors a distinct phrasing, so little is wasted.

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?

There is no output schema, so the description shoulders the burden of explaining return content, and it does so adequately by stating the comparison (win rate and PnL by checklist state). It is reasonably complete for a read-only analytics tool, missing only detail on output shape and defaults.

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?

Schema description coverage is 100%, with account, date_from, and date_to each documented in the schema, so the schema does the heavy lifting. The description adds no additional parameter meaning (e.g., defaults for the optional date range or multi-account handling), so the baseline 3 applies.

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 opens with a specific verb and resource: 'Evaluate pre-trade checklist discipline versus trade outcome,' and clarifies the comparison basis (win rate and PnL, checklist completed vs skipped). This clearly distinguishes it from sibling analytics tools like get_emotion_pnl or get_mistake_audit, though it never names a sibling explicitly.

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 four example questions map directly onto the situations in which an agent should call this tool (checklist effectiveness, skip-performance, discipline score, adherence rate). This gives clear context for invocation but offers no exclusionary guidance or named alternatives for related analyses.

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