changedInput schema / examples
Previous value: -[
- {}
-]New value: +[
+ {
+ "country": "Japan"
+ },
+ {
+ "country": "India",
+ "outputsize": 20
+ }
+]
changedInput schema / properties / country / description
Previous value: -"Optional country filter (e.g. \"United States\")."New value: +"Optional country filter, full name or alpha code (e.g. \"Japan\", \"India\", \"China\", \"Germany\"). \"United States\" returns a plan refusal, not rows."
addedInput schema / properties / exchange
Added value: +{
+ "description": "Optional exchange filter (e.g. \"NASDAQ\", \"NYSE\", \"Binance\").",
+ "type": "string"
+}
addedInput schema / properties / mic_code
Added value: +{
+ "description": "Optional ISO 10383 market identifier code filter (e.g. \"XNAS\", \"XLON\").",
+ "type": "string"
+}
addedInput schema / properties / outputsize
Added value: +{
+ "description": "Rows per page (default 200, max 5000). The unfiltered ETF list is 64,000+ rows, so narrow with symbol / country / exchange rather than raising this.",
+ "type": "number"
+}
addedInput schema / properties / page
Added value: +{
+ "description": "Page of the reference list (default 1). `count` in the response is the TOTAL matched; `data` is this page.",
+ "type": "number"
+}
changedInput schema / properties / symbol / description
Previous value: -"Optional index filter (e.g. \"IXIC\")."New value: +"Optional index symbol filter (e.g. \"N225\", \"NSEI\", \"000001\"). US symbols such as SPX/DJI/IXIC are not in this list — see the tool description."