MTContext Docs
Tool Reference

Market Context

1 tool in this category.

Overview

Market Context includes 1 tool for this workflow area.

Available tools: get_market_context.

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

get_market_context

Returns live cross-asset context in one call: DXY (broad USD), VIX (equity-vol risk regime), and the US 10Y yield — each with level, short-horizon (5-day) change, asof, and source — plus a transparent risk_tone (risk_on / neutral / risk_off) derived from a documented VIX+DXY heuristic. Reads the server-side market-snapshot foundation; works with no terminal connected (incl. MT4). Degrades transparently: unavailable inputs are listed in missing_inputs, never zeroed; risk_tone is 'unknown' unless both VIX and DXY are present. Returns MARKET_CONTEXT_UNAVAILABLE only when no input can be sourced. This is the raw-feed reader that get_risk_regime (a composite score) is not. Requires the analytics capability (Team+ tier).

Parameters

No parameters.

Example Request

{
  "tool": "get_market_context",
  "arguments": {}
}

On this page