peerglass_country_health
Assess internet health in any country by analyzing BGP shutdowns, DNS censorship, blocked domains, and satellite availability to provide a composite score and summary for journalists and responders.
Instructions
Composite country internet health score combining: • BGP shutdown detection (40%) — routing table withdrawal analysis • DNS censorship probe (30%) — neutral vs ISP resolver comparison • OONI app score (20%) — blocked domains and tool access • Satellite availability (10%) — Starlink/Viasat/OneWeb BGP presence
Gives journalists, NGO directors, and crisis responders a single 0–100 score and plain-language summary of internet conditions.
Args: params (CountryHealthInput): - country_code (str): ISO 3166-1 alpha-2 code e.g. 'UA', 'SY', 'MM' - response_format (str): 'markdown' (default) or 'json'
Returns: str: Overall score, severity level, component scores, and plain-language summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |