analyze_cherry_picking
Detect if a claimed time-period variation is cherry-picked by comparing it against the full time series to reveal misleading ranges.
Instructions
Analyze whether a claimed time-period variation is cherry-picked.
Args: time_series: TimeSeries as dict (MCP tools receive dicts). claimed_start: Start period of the claimed variation. claimed_end: End period of the claimed variation. claimed_variation: The numeric variation asserted in the claim. claimed_direction: Direction of claim: 'hausse', 'baisse', or 'stable'.
Returns: CherryPickingAnalysis as dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claimed_end | Yes | ||
| time_series | Yes | ||
| claimed_start | Yes | ||
| claimed_direction | Yes | ||
| claimed_variation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||