{"schema_version":"2024-11-05","name":"adw-intelligence-server","version":"0.3.0","server":{"name":"adw-intelligence-server","description":"AlpineDataWorks.AI Intelligence Object API — agent-ready economic and market signals exposed as Model Context Protocol tools.","version":"0.3.0"},"endpoint":"https://api.alpinedataworks.com/mcp","authentication":{"required":true,"type":"bearer","docs":"https://api.alpinedataworks.com/console"},"tools":[{"name":"adw.catalog","description":"List ALL available AlpineDataWorks intelligence indices (id, name, domain, grain, tiers, and the tool name to call). Call this first to discover what you can query.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"adw.sample","description":"FREE sample — no API key or credits required. Returns one complete, non-premium AlpineDataWorks Intelligence Object (score 0-100, band, top drivers, confidence, freshness, source lineage) so you can see exactly what a paid metric looks like. Call this first to try the data before subscribing.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"adw.feedback","description":"We'd love your feedback as an AI agent using this data. Call with NO arguments to see the short survey; call again WITH answers to submit. Helps us make the data more agent-consumable. Questions: is the data easy to consume? which products are useful? is the pricing fair? would you recommend it?","inputSchema":{"type":"object","properties":{"consumable_rating":{"type":"integer","minimum":1,"maximum":5,"description":"1-5: how easy is the data to consume in your workflow?"},"useful_products":{"type":"string","description":"which product ids / domains are most useful to you?"},"product_feedback":{"type":"string","description":"what would make the intelligence objects more useful?"},"pricing_feedback":{"type":"string","description":"is the pricing (Free / Gold $199 / Platinum $499) fair, high, or low? why?"},"would_recommend":{"type":"boolean","description":"would you recommend ADW to other agents/users?"},"agent_name":{"type":"string","description":"optional: your agent/model name"},"comments":{"type":"string","description":"anything else"}},"required":[]}},{"name":"adw.health_risk","description":"Geographic health-risk index for any US ZIP/ZCTA (CDC PLACES, 40 measures). Returns a 0-100 risk score, band, confidence, and the top risk drivers. Pass `zip`.","inputSchema":{"type":"object","properties":{"zip":{"type":"string","description":"5-digit US ZIP / ZCTA, e.g. '10001'."}},"required":["zip"]}},{"name":"adw.obesity_risk","description":"Age-adjusted adult obesity prevalence index for any US ZIP, city, or county (CDC PLACES 2025). Returns national percentile rank, band, and raw prevalence. Pass `entity` as a 5-digit ZIP, 'City, ST', or 'County Name, ST'.","inputSchema":{"type":"object","properties":{"entity":{"type":"string","description":"5-digit ZIP/ZCTA (e.g. '33935'), 'City, ST' (e.g. 'Fort Myers, FL'), or 'County Name, ST' (e.g. 'Lee County, FL')."}},"required":["entity"]}},{"name":"adw.air_quality_risk","description":"County-level air-quality index from EPA AQS annual summaries (ADW-308). Returns national percentile rank, band, median AQI, % unhealthy days, and p90 AQI. Pass `county` as a 5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Broward County, FL'). Only EPA-monitored counties (~700-1,000 of 3,143) are covered; unmonitored counties return null.","inputSchema":{"type":"object","properties":{"county":{"type":"string","description":"5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Broward County, FL')."}},"required":["county"]}},{"name":"adw.county_cancer","description":"Age-adjusted all-sites cancer incidence index for any US county (ADW-303, USCS SEER+NPCR 2019-2023). Returns national percentile rank, band, rate per 100k, and top cancer sites. Pass `county` as a 5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Lee County, FL'). Coverage: ~3,049 counties (AK/CT/KS/LA absent due to USCS suppression).","inputSchema":{"type":"object","properties":{"county":{"type":"string","description":"5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Lee County, FL')."}},"required":["county"]}},{"name":"adw.county_water","description":"Drinking-water contamination index from EPA SDWA health-based violations (ADW-304). Returns national percentile rank, band, and violation rate per public water system. Pass `county` as a 5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Lee County, FL'). Coverage: 3,160 counties.","inputSchema":{"type":"object","properties":{"county":{"type":"string","description":"5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Lee County, FL')."}},"required":["county"]}},{"name":"adw.county_mortality","description":"Composite county mortality risk index (ADW-305) including premature death, suicide, overdose, and inverted life expectancy from County Health Rankings + NCI. Returns national percentile rank and band. Pass `county` as a 5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Lee County, FL'). Coverage: 3,153 counties.","inputSchema":{"type":"object","properties":{"county":{"type":"string","description":"5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Lee County, FL')."}},"required":["county"]}},{"name":"adw.county_sdoh","description":"County-level social determinants of health (SDOH) disadvantage index (ADW-306) from AHRQ. Composite of income, education, housing, food access, insurance, and commute. Returns national percentile rank and band. Pass `county` as a 5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Lee County, FL'). Coverage: 3,234 counties.","inputSchema":{"type":"object","properties":{"county":{"type":"string","description":"5-digit county FIPS (e.g. '12011') or 'County Name, ST' (e.g. 'Lee County, FL')."}},"required":["county"]}},{"name":"adw.adw_001","description":"What is the current sentiment & volatility regime for crypto?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_002","description":"How healthy is the US macro economy right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_003","description":"Why is TVL in this DeFi protocol changing?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_004","description":"What is the stability & coverage of US banking?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_005","description":"How affordable is real estate vs income?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_006","description":"Current carbon intensity & renewable share?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_007","description":"Current global news sentiment & velocity?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_008","description":"Organic growth or hype in AI/software?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_009","description":"How stressed are global supply chains?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_010","description":"How fresh & complete is this source?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_011","description":"How exposed is the US economy to billion-dollar weather/climate disaster pressure right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_015","description":"How stressed is US consumer credit right now — rising delinquencies or credit binging?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_101","description":"Enables traders to anticipate imminent volatility regime shifts to optimize position sizing and hedge timing before market instability occurs.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_102","description":"Enables traders to detect early-stage increases in fat-tail risk to prevent catastrophic drawdowns during market stress events.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_103","description":"Identify cyclical volatility regime shifts to time entries and exits with higher predictive accuracy than standard volatility metrics.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_104","description":"Helps traders identify assets with expanding volatility ranges to anticipate breakout opportunities and optimize entry timing.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_105","description":"Enables traders to identify accelerating volatility regimes for timing entries or hedging based on statistically validated predictive power.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_106","description":"Capture non-linear return dynamics by measuring the difference between tail means to identify assets with asymmetric return distributions that linear factors miss.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_016","description":"Identify underperforming promotional investments to reallocate trade spend toward high-elasticity categories for maximum revenue lift.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_017","description":"Enables retailers and brands to time promotions and optimize assortment by quantifying the financial pressure on consumers' discretionary spending.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_018","description":"Identify high-potential zip codes for new retail locations by matching store concepts to local population characteristics.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_019","description":"Quantify the financial impact of supply-chain disruptions to determine whether immediate inventory hedging or strategic waiting yields the lower total cost.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_020","description":"Enable logistics managers to proactively diversify suppliers by identifying geopolitical or operational disruptions before they impact inventory levels.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_021","description":"Enable healthcare administrators to proactively recruit and deploy nursing staff before critical staffing shortages impact patient care and operational costs.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_023","description":"Enables corporate buyers to quantify price risk and justify locking in long-term energy contracts to stabilize operational budgets.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_024","description":"Enables brands to distinguish whether their pricing power stems from emotional aspiration or functional utility to identify and mitigate pricing fragility.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_025","description":"Enables investors and contractors to identify municipalities with upcoming infrastructure spending before public tender announcements.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_026","description":"Quantifies divergence between actual gasoline price moves and consumer sentiment to flag political risk and demand-destruction scenarios.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_027","description":"Enables employers and insurers to proactively deploy mental health interventions and telehealth resources to employees in regions experiencing seasonal light deprivation.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_028","description":"Identify marketing inefficiencies by isolating high-engagement, low-conversion campaigns to optimize ad spend allocation.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_029","description":"Enables enterprises to make data-driven decisions on whether to expand headcount or engage external contractors for upcoming quarterly demand.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_030","description":"Enable organizations to prioritize and allocate capital expenditure for climate resilience projects based on quantified physical risk exposure.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_031","description":"Enables IT leaders to forecast infrastructure capacity needs and prevent service outages during peak demand periods.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_046","description":"Are corporate credit spreads signaling elevated default risk right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_053","description":"Are market inflation expectations running above or below realized core CPI?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_054","description":"How deep is the current yield-curve inversion and is it deepening?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_055","description":"Is the US dollar strengthening or weakening vs its historical range?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_056","description":"Are US consumers running down savings at an alarming rate?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_032","description":"Enables organizations to proactively identify and mitigate regulatory exposure across multiple jurisdictions to avoid fines and operational disruptions.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_033","description":"Enable logistics buyers to quantify and mitigate concentration risk by identifying over-reliance on specific suppliers, regions, or transport modes.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_201","description":"Enable shippers to determine if current inventory buffers are sufficient to absorb port delays, preventing stockouts or excess holding costs.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_202","description":"Enable lenders and suppliers to assess credit default risk for small and medium-sized businesses that lack public financial disclosures or credit bureau histories.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_204","description":"Enable retailers and CPG brands to benchmark their product distribution efficiency against market leaders to identify untapped shelf-space opportunities.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_205","description":"Enables marketers to identify the optimal product, price, and promotional mix for specific consumer segments to maximize sales lift and market share.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_037","description":"How elevated is the feedback loop between wage growth and consumer price inflation right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_038","description":"How much pressure are freight and diesel costs placing on supply chains and margins right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_040","description":"Is healthcare inflation running meaningfully above or below general core inflation right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_042","description":"How affordable is purchasing a new vehicle today relative to recent history?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_044","description":"How much upward price pressure is the food supply chain exerting on consumers right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_045","description":"How tight is the US labor market — are there meaningfully more job openings than unemployed workers?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_047","description":"Is M2 money supply growth above or below its historical trend, and how does velocity amplify or dampen that signal?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_049","description":"Is nonfarm business productivity outpacing unit labor cost growth — or is the cost squeeze tightening?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_050","description":"How stressed is the residential mortgage market — combining rate levels with delinquency trends?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_052","description":"How elevated is stress in the commercial real estate lending market relative to historical norms?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_067","description":"How recovered is US air travel vs its prior-year baseline?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_034","description":"What is the current level and momentum of US tourism demand?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_076","description":"Are US climate-disaster costs trending above historical norms?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_071","description":"Is stablecoin capital flowing into or out of crypto?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_072","description":"How broadly distributed is DeFi liquidity across chains?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_073","description":"How strong is developer momentum in TypeScript, Python, Rust, and Go?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_110","description":"Are large holders accumulating or distributing BTC?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_111","description":"Is money flowing into or out of equities broadly?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_112","description":"Is the metals complex calm or stressed?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_113","description":"How stressed is the global supply chain?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_114","description":"How active are major US metros right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_116","description":"How dense is live US air traffic?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_117","description":"How open/safe is global travel demand?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_041","description":"How fast is renewable share growing?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_062","description":"How tight are US petroleum stocks?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_075","description":"How fast is renewable capacity growing?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_120","description":"How healthy is the US population?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_121","description":"How strained is US behavioral health?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_122","description":"Is drug-adverse-event reporting surging?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_123","description":"How big is the US healthcare-access gap?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_124","description":"How active is the US clinical-trial pipeline?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_125","description":"How heavy is US notifiable-disease burden?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_126","description":"Is federal spending accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_127","description":"How active is federal rulemaking?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_128","description":"Is US research output accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_129","description":"How seismically active is the world now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_130","description":"How elevated is geomagnetic activity?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_131","description":"How stable is the global news climate?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_132","description":"How stressed are major US river basins?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_133","description":"How bad is air quality in major US metros?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_206","description":"Is the US banking sector showing early-stage deposit liquidity stress?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_207","description":"Is the US Treasury market struggling to absorb new debt issuance?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_208","description":"Does a company's Risk-Factors vs MD&A sentiment gap predict earnings disappointment?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_210","description":"Is current market stress a transient spike or a persistent regime shift?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_233","description":"Are bank net interest margins compressing across the sector?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_234","description":"How complex/opaque is a counterparty's legal ownership structure?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_232","description":"How intense is recent US federal regulatory-change activity?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_238","description":"Is global trade-disruption news (tariffs/sanctions/export bans) escalating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_209","description":"Is federal prime-contract award activity accelerating or slowing?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_213","description":"Is the US Corn Belt under precipitation/soil-moisture stress?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_212","description":"How elevated is global seismic energy release right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_217","description":"How favorable are wind+solar resource conditions in the ERCOT region?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_219","description":"Is FDA Class-I drug-recall enforcement accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_220","description":"Is Class-I food-recall enforcement accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_250","description":"How strong is the US dollar against the major-currency basket right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_251","description":"How stressed is the US power grid right now (customers out)?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_215","description":"How disrupted is the US airspace system right now (ground stops/delays)?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_252","description":"How heavy is the current US severe-weather alert load?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_223","description":"Is global trade openness (trade as % of GDP) expanding or contracting?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_253","description":"Is river-discharge building toward flood risk on the US Gulf Coast?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_254","description":"Is the US labor market weakening (unemployment level + recent trend)?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_255","description":"Is US housing construction accelerating or stalling?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_256","description":"Is US consumer retail spending accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_257","description":"Is US industrial output accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_258","description":"Is US consumer sentiment improving or deteriorating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_259","description":"Are US initial jobless claims signaling labor stress?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_260","description":"Is US job creation accelerating or slowing?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_261","description":"Are US building permits (leading housing) accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_262","description":"Is US business capex (durable-goods orders) accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_263","description":"Is US personal consumption accelerating?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_264","description":"Is US auto demand accelerating or slowing?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_310","description":"Is US federal rulemaking accelerating or decelerating right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_311","description":"How tight is the US labor market right now, and tightening or loosening?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_313","description":"How elevated are US commercial energy prices vs historical norms?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_314","description":"Is US infrastructure investment accelerating or contracting relative to trend?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_347","description":"What is the current global liquidity stress level — tightening or easing?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_335","description":"Is US freight activity elevated vs baseline (carrier utilization / regulatory demand)?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_339","description":"Is the OSS software supply chain under elevated vulnerability pressure, and where?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_312","description":"How intense is pharma/device industry financial engagement with US physicians, and growing?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_355","description":"Is US raw-material production stressed (output decline or input-price surge)?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_348","description":"Is the US labor market actively deteriorating (claims/unemployment up, quits/hires down)?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_349","description":"Are Euro-Area governments on a sustainable fiscal path?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_354","description":"What geopolitical risk is embedded in US supply chains; is China dependence improving?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_377","description":"Is the global clinical-trial landscape becoming more or less complex?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_382","description":"Is there an acute food-price shock now, and how severe across global + US markets?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_356","description":"How elevated is US volcanic alert pressure right now?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_357","description":"Is drug labeling activity accelerating or decelerating vs baseline?","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_383","description":"Low bidder participation is a leading indicator of liquidity stress and yield spikes before official rating downgrades.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_384","description":"Variance in dwell times predicts downstream inventory holding cost spikes more accurately than average dwell time.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_385","description":"Correlates AI training bursts with regional blackouts and energy arbitrage opportunities.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_386","description":"Tracks speed of generic entry post-patent cliff to predict hospital formulary cost reductions and revenue erosion.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_387","description":"Longer permitting cycles significantly reduce residential EV adoption rates in high-density areas.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_388","description":"High dependency on single-region fabrication correlates with extended order-fulfillment delays during regulatory shocks.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_390","description":"Sudden premium spikes precede increased frequency of non-ransomware cyber incidents in high-risk sectors.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_391","description":"High materiality scores predict higher cost of capital for water-intensive industries in stressed regions.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_392","description":"The gap between actual digital tax revenue and potential liability indicates erosion of the domestic tax base.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_393","description":"Rising energy-per-token correlates with diminishing returns in LLM performance, signaling marginal cost inflection.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_394","description":"Measures cargo shift from rail to truck due to rail strikes, predicting local inflation spikes.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_395","description":"High grid stress during heatwaves in UHI zones predicts localized transformer failures and disproportionate maintenance costs.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_396","description":"Negative sentiment spikes in support tickets lead contract renewals by 30-60 days, offering early risk detection.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_397","description":"Rising severity scores in servicer complaints precede spikes in delinquency rates and refinancing failure rates.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_398","description":"Persistent backwardation in battery metals signals immediate supply chain stress for OEMs.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_399","description":"Deep discounts paired with long vacancy periods signal structural demand collapse rather than cyclical dips.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_400","description":"Higher compliance deficits in key sectors predict increased tariffs and supply chain cost inflation.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_401","description":"Renewal premiums exceeding 15% YoY correlate with increased vacancy rates in Class B/C office assets.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_402","description":"Acceleration predicts residential eviction filings with a 2-month lag.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_403","description":"Rising stall rate leads commercial RE stress by 4-quarters.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_404","description":"High-gap-index correlates with inpatient margin compression.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_405","description":"Index-momentum correlates with NFP decline and default velocity.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}},{"name":"adw.adw_406","description":"Clustered commercial lease expirations within 12-month window predict localized vacancy rate spikes.","inputSchema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":1825,"description":"Optional: return a daily HISTORY series of the last N days (up to 5 years of real archived data) instead of the current snapshot. History requires Gold tier; without it, the current snapshot is returned."}},"required":[]}}]}