removedInput schema / properties / limit / default
Removed value: -20
changedInput schema / properties / limit / description
Previous value: -"Maximum number of results"New value: +"Max results (default 20)"
changedInput schema / properties / limit / type
Previous value: -"integer"New value: +"number"
removedInput schema / properties / max_debt_ratio
Removed value: -{
- "description": "Maximum debt-to-equity ratio",
- "type": "number"
-}
removedInput schema / properties / min_grade
Removed value: -{
- "description": "Minimum health grade (A, B, C, D, F)",
- "type": "string"
-}
removedInput schema / properties / min_profit_margin
Removed value: -{
- "description": "Minimum profit margin (e.g. 0.15 for 15%)",
- "type": "number"
-}
removedInput schema / properties / min_revenue_growth
Removed value: -{
- "description": "Minimum revenue growth rate (e.g. 0.1 for 10%)",
- "type": "number"
-}
addedInput schema / properties / screen
Added value: +{
+ "description": "Screen type (growth, value, quality, momentum)",
+ "type": "string"
+}