MTContext Docs
Tool Reference

Behavioral

1 tool in this category.

Overview

Behavioral includes 1 tool for this workflow area.

Available tools: get_behavioral_insights.

Use the parameter tables and examples below as the canonical request contract.

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

Example Request

{
  "tool": "get_behavioral_insights",
  "arguments": {}
}

On this page