Skip to main content
Glama
tedorigawa001

TradingView-MCP

run_feature_outcome_falsification_audit

Falsify feature-outcome candidate gates by calibrating against synthetic null OHLC with Newey-West, Bonferroni, and empirical-null rules to prevent false positives.

Instructions

Calibrate the frozen feature-outcome candidate gate against deterministic synthetic null OHLC. A candidate must pass the horizon-one, non-overlapping Newey-West, Bonferroni, and fixed 1,000-replication empirical-null rule. It does not read or change TradingView, record a journal entry, rank variants, or establish profitability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNo
modelsNo
featuresYes
horizonsYes
timeframeYes
first_seedNo
volatilityNo
atr_lookbackNo
replicationsNo
nominal_alphaNo
range_lookbackNo
confidence_levelNo
gap_atr_thresholdNo
minimum_effect_bpsYes
streak_minimum_barsNo
body_ratio_thresholdNo
configuration_trialsYes
minimum_observationsYes
range_position_lowerNo
range_position_upperNo
atr_baseline_lookbackNo
wick_imbalance_thresholdNo
atr_compression_low_ratioNo
atr_compression_high_ratioNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.10

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden, and it does so well by stating that the tool uses deterministic synthetic null OHLC, applies a specific statistical rule set, and has no TradingView or journal side effects. It does not mention computational cost or output behavior, but the side-effect profile and methodology are clearly disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three tight sentences: purpose, statistical criterion, and exclusions. Information is front-loaded and every sentence earns its place, with no redundant filler or restatement of the tool name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the high complexity (24 parameters, 6 required, no annotations, no output schema), the description is too sparse to fully support correct invocation. It explains the high-level methodology but omits what the tool returns, how results are reported, and how to choose the six required parameters, making it incomplete for an agent facing novel inputs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the tool has 24 parameters, yet the description provides almost no parameter-level guidance. Terms like 'horizon-one' and '1,000-replication' hint at horizons and replications, but required parameters such as minimum_observations, minimum_effect_bps, and configuration_trials are not explained, leaving an agent without enough information to set values correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Calibrate the frozen feature-outcome candidate gate'), a precise target ('deterministic synthetic null OHLC'), and enumerates what the tool does not do, which distinguishes it from sibling tools such as event-study or ranking-related audits. This is far from a tautology and gives an agent a clear operational picture.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description conveys clear context: use this tool to calibrate a feature-outcome candidate gate against synthetic null data and apply specified falsification rules. It also provides explicit exclusions (does not read/change TradingView, journal, rank, or establish profitability), which helps an agent avoid misuse, though it does not name alternative sibling tools or state an explicit when-to-use formula.

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

Install Server

Other Tools