get_news
Retrieve curated data center industry news from 40+ trade sources. Filter by topic, source, or keyword for targeted updates.
Instructions
Curated data center industry news from 40+ trade sources (DCD, Data Center Knowledge, Data Center Frontier, Capacity Media, The Register Data Centre, Fierce Telecom, etc.) refreshed every 30 min. Returns title, summary, source, published_at, and the market/operator entities mentioned. Filter by topic (deals/permits/outages/policy/AI). Try: get_news topic=AI limit=10. Industry news only; do NOT use for structured M&A deal data (use list_transactions) or the construction pipeline (use get_pipeline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-500; default varies by tool) | |
| query | No | Free-text keyword to filter news, e.g. "Stargate" or "interconnection queue" | |
| source | No | Restrict to one trade source, e.g. DCD, "Data Center Frontier", "Capacity Media" | |
| date_to | No | Latest published date, ISO-8601 (YYYY-MM-DD) | |
| category | No | News topic filter, e.g. deals, permits, outages, policy, AI | |
| date_from | No | Earliest published date, ISO-8601 (YYYY-MM-DD) | |
| min_relevance | No | Minimum relevance score 0-1 to include an item, e.g. 0.5 |