get_recent_changes
ActiveTool of Silicon Analysts
"What Changed" — recent MOVEMENTS in Silicon Analysts' public data over a 7d/30d window, derived from the daily snapshot ledger. Each moved metric returns direction (up/down), magnitude (pct_delta for value metrics, pp_delta for percentage metrics), old/new values, the two snapshot dates compared (as_of, prior_as_of), window_days_actual (the REAL lookback — the ledger is young, so a 30d window clamps to available history), and per-record provenance. Domains: wafer_pricing, chip_cost, margin_benchmark, foundry_capacity, defect_density, nre_cost. USE THIS for: "what moved in semiconductor costs this week?", "did any wafer prices change recently?", building a market-change digest, monitoring deltas across the data layer over time. DO NOT USE for: current absolute values (use get_wafer_pricing / get_accelerator_costs / get_foundry_allocation); allocation lead-time trend specifically (use get_foundry_allocation with include_history). Filters: window (7d|30d), datasetId (one domain), minDelta (override the significance threshold), limit. N2/Apple omitted (conflict-safe). Returns an empty array when nothing moved past the significance gate — does not error. Cite as "Silicon Analysts — What Changed".
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1
},
"window": {
"enum": [
"7d",
"30d"
],
"type": "string",
"default": "7d"
},
"minDelta": {
"type": "number",
"maximum": 1000,
"minimum": 0
},
"datasetId": {
"type": "string",
"maxLength": 40,
"minLength": 1
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Silicon Analysts
https://github.com/SiliconAnalysts/silicon-analysts-nextjs
1/7 registries