peerglass_ooni_report
Fetch OONI censorship measurements for any country to identify blocked websites, Tor accessibility, and circumvention tool status based on local probe data.
Instructions
Fetch OONI (Open Observatory of Network Interference) censorship measurements for a country over the last 30 days.
Shows confirmed blocked websites, Tor accessibility, and circumvention tool status (Psiphon, OpenVPN, Signal) as measured by OONI probes running inside the country.
Args: params (OONIReportInput): - country_code (str): ISO 3166-1 alpha-2 code e.g. 'IR', 'RU' - domain (str, optional): Filter to a specific domain - response_format (str): 'markdown' (default) or 'json'
Returns: str: Blocked domains, Tor accessibility, and circumvention tool status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |