Skip to main content
Glama
duksh

PeerGlass

by duksh

peerglass_ooni_report

Read-onlyIdempotent

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

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations cover safety profile (readOnly/idempotent). Description adds crucial behavioral constraint 'last 30 days' not present in annotations, and details specific measurement categories. Could improve by mentioning probe coverage limitations or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections: purpose statement, Args block, Returns line. No filler. Front-loaded with key scope (30 days, country-level) in first sentence. Docstring-style format is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Complete for moderate complexity (1 nested param object). With output schema present, description appropriately focuses on behavior and parameter semantics rather than return structure. Addresses all 3 sub-parameters via Args section.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description carries full burden. Args section compensates perfectly: documents country_code format (ISO 3166-1 alpha-2 with examples), domain purpose (filter), and response_format options (markdown/json with default).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb 'Fetch' + resource 'OONI censorship measurements' + clear scope 'country over the last 30 days'. Distinguishes from siblings like peerglass_dns_censorship by specifying OONI probe methodology and specific measurement types (Tor, Psiphon, Signal).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context about what data is returned (blocked websites, circumvention tools) and the 30-day time window, helping agents understand when OONI data is appropriate. Lacks explicit 'when-not' guidance or named sibling alternatives (e.g., vs peerglass_dns_censorship).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/duksh/peerglass'

If you have feedback or need assistance with the MCP directory API, please join our Discord server