Skip to main content
Glama
hamzafaiz17

TradeZylo MCP Server

by hamzafaiz17

unfreeze_trading

Lift a disciplinary trading cooldown in TradeZylo to reactivate the target account, restore daily position limits, and add a completion note to your journal. Returns updated risk limits and active status.

Instructions

[WRITE ACTION] Lift a trading freeze / disciplinary cooldown in TradeZylo. Restores max allowed positions per day, reactivates target trading account, and logs a cooldown completion note in your journal. Returns updated risk limits and active status.

Example questions:

  • "Unfreeze trading, my cooldown is over and I am calm"

  • "Lift trading freeze and restore daily limit to 5"

  • "I am ready to trade again, unfreeze my account"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoSpecific account name or ID to reactivate. If omitted, reactivates your primary account.
reflectionNoOptional post-cooldown reflection on mindset before resuming trading
restore_daily_limitNoAllowed positions per day to set upon unfreezing (default 5)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description bears the full burden and does reasonably well: it flags a WRITE ACTION, spells out the side effects (limit restored, account reactivated, journal note written), and discloses the return payload (updated risk limits and active status). It does not cover permission/auth requirements, reversibility, or behavior when no freeze is currently active.

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 action tag and core purpose are front-loaded, followed by effects and return value in one dense sentence. The three example questions are somewhat padded but earn their place by showing selection cues. No wasted prose.

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?

With no output schema and no annotations, the description steps in by naming the return values and the journal side effect, which is what an agent needs to call this safely. Residual gaps are auth/permission preconditions and interaction with resume_account.

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%, so the schema already explains account, reflection, and restore_daily_limit including its default and minimum. The description only echoes the limit ('restore daily limit to 5') and adds nothing new about parameter formats or precedence, so 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 states a specific verb and resource ('Lift a trading freeze / disciplinary cooldown') and enumerates concrete effects: restoring the daily position limit, reactivating the account, and logging a journal note. It is clearly the inverse of freeze_trading, but it never distinguishes itself from resume_account or pause_account, which plausibly overlap in the sibling set.

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?

Usage context is conveyed only indirectly through example utterances ('my cooldown is over and I am calm', 'I am ready to trade again'), which imply the triggering condition. There is no explicit statement of when not to use this tool, nor any named alternative (e.g. resume_account) for the ambiguous cases.

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