Back to MCP catalog
evaluate_paper_sessionCompute and persist validation metrics comparing a paper session to its backtest benchmark.
Area
Paper Trading
Group
Paper Trading
Access
Write
Risk
May change server state
Details
Full description
Details
Evaluate a paper trading session against its benchmark and record the result. This is a mutation, not a cheap read — it computes and persists validation metrics.
Returns — a readiness status (whether minimum trades/bars/days criteria are met) plus a metrics dict:
paper_win_rate,paper_total_return,paper_trades,paper_barsbenchmark_win_rate,benchmark_total_return,benchmark_max_drawdown,benchmark_sharpe,benchmark_trade_countoverfitting_context.iteration_count(number of backtests at promotion time)
No verdict is returned. Compare the paper and benchmark numbers yourself and decide whether the strategy is ready for live promotion.
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
No bounded capability options are declared for this tool.
Required Inputs
FieldTypeDescription
session_idstringPaper trading session ID to evaluate. Get this from project_promote_to_paper().Optional Inputs
None.