MT-MCP Docs
Tool Reference

Behavioral

1 tool — auto-generated from the MCP server's tool schemas.

Generated

This page is generated from packages/server/mcp/src/tools/*.ts by pnpm docs:generate-tools. Do not edit it by hand — edit the tool's description/schema in source and regenerate.

get_behavioral_insights

Computes descriptive behavioural metrics from closed trade history: overtrading (trades/day vs the trailing 30-day baseline), revenge trading (re-entry within 15 min of a loss on the same symbol at >=1.5x volume), volume escalation across consecutive losses, and winner-vs-loser hold-time asymmetry. All thresholds are fixed constants echoed in the criteria field. This is descriptive coaching over trade data, NOT a psychological assessment. Returns DATA_INSUFFICIENT below 10 closed trades. Requires the analytics capability (Team+ tier).

Parameters

NameTypeRequiredDefaultDescription
from_datestringNoISO date, default 30 days ago
to_datestringNoISO date, default today
terminal_idstringNo

On this page