Skip to main content
Glama

Palimpsest — censorship observatory

Server Details

Live internet-censorship signals: Great Firewall reachability, model-layer censorship, takedowns.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
beepboop2025/palimpsest
GitHub Stars
3

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 3 of 3 tools scored. Lowest: 3.1/5.

Server CoherenceA
Disambiguation3/5

The tools list_signals and get_signal are clearly distinct (listing vs. retrieving by name), but gfw_reading overlaps with get_signal since the GFW reading could be retrieved via get_signal if it were a named signal. The description of gfw_reading as 'both layers at once' suggests it is a composite, adding confusion.

Naming Consistency3/5

Naming is mixed: get_signal and list_signals follow a verb_noun pattern, but gfw_reading lacks a verb, breaking consistency. All use lowercase with underscores, which is consistent, but the pattern is not uniform.

Tool Count4/5

With only 3 tools, the set is minimal but arguably appropriate for a specialized observatory server focused on listing and retrieving censorship signals. It is not overly heavy, and each tool serves a clear purpose, though the scope is narrow.

Completeness4/5

The core functionality of listing and retrieving signals is covered. Missing features like historical data or search are minor gaps for a real-time observatory. The dedicated gfw_reading tool may be redundant but does not detract from completeness.

Available Tools

3 tools
get_signalAInspect

The full latest reading of one signal by name (see list_signals): raw payload with generated_at, method scope and upstream sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYese.g. 'ooni-gfw'
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the return format but does not explicitly state that the operation is read-only or mention any rate limits or authentication requirements. The description is adequate but lacks depth.

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?

A single, well-structured sentence that front-loads the action and result. No unnecessary words or repetition.

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

Completeness4/5

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

For a simple tool with one parameter and no output schema, the description explains what the tool returns and how to identify signals (via list_signals). It does not cover error cases or prerequisites, but the overall context is sufficient for basic use.

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

Parameters3/5

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

The schema covers 100% of parameters with a description 'e.g. 'ooni-gfw'' for the name parameter. The description adds only the context of 'by name,' which is already implied by the parameter name. No additional parameter-level detail beyond the schema.

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?

The description clearly states it retrieves the full latest reading of one signal by name, explicitly referencing list_signals for sibling differentiation. It also outlines the output contents: 'raw payload with generated_at, method scope and upstream sources.'

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?

The description implicitly guides usage by saying 'see list_signals,' suggesting that tool is for listing signal names before using get_signal. It does not explicitly mention gfw_reading but provides directional context.

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

gfw_readingBInspect

The Great Firewall right now, both layers at once: live network blocking measured inside China (OONI) and model-layer censorship (the Generative Firewall Index over Chinese LLMs).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It states the data sources but does not mention if the data is cached, real-time, or any potential side effects. As a read operation, no destructive behavior is implied, but lack of transparency reduces utility.

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

Conciseness4/5

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

The description is a single concise sentence that packs important context (both layers, data sources). It is front-loaded with the main point. However, it could be split for readability, but overall efficient.

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

Completeness3/5

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

Given no output schema and simple parameter structure, the description gives the core concept. However, it lacks information about the return format or structure, leaving the agent to guess. It is minimally adequate but could be more complete.

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

Parameters4/5

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

The tool has zero parameters, and the schema coverage is 100% trivially. According to the rubric, baseline is 4 for no parameters. The description adds no parameter details, which is acceptable since none exist.

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

Purpose4/5

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

The description clearly identifies the tool's purpose: reading the current Great Firewall status combining two specific data sources (OONI and Generative Firewall Index). The verb is implied, and the resource is specific. However, it does not explicitly distinguish from siblings like get_signal or list_signals, which could be clearer.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives like get_signal or list_signals. The context of combining both layers is implied, but no explicit when/when-not criteria are given. The tool is likely for a comprehensive overview, but this is not stated.

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

list_signalsAInspect

Every live censorship and information-control signal Palimpsest publishes, with one-line descriptions and source URLs. Start here.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool returns live signals with one-line descriptions and source URLs, implying a read-only operation. However, it does not mention ordering, pagination, or any potential side effects. For a parameterless list, this is adequate but could be more explicit about the response structure.

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?

Two short sentences with no redundancy. The first sentence explains what the tool does, and the second provides usage guidance. Efficiently front-loaded.

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

Completeness4/5

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

Given zero parameters, no output schema, and a simple listing purpose, the description is complete. It tells what the tool returns and its role (starting point). Sibling tools are differentiated through the description's context.

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

Parameters4/5

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

The tool has zero parameters, so the description does not need to add parameter semantics. Baseline for no parameters is 4. The description appropriately focuses on the output rather than inputs.

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?

The description clearly states that the tool lists every live censorship and information-control signal Palimpsest publishes, with one-line descriptions and source URLs. It distinguishes itself from sibling tools like get_signal (likely for a single signal) and gfw_reading (a different tool) by being the list/entry point.

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?

The phrase 'Start here' explicitly advises the agent to use this tool first in a signal-related workflow. While it doesn't explicitly state when not to use it, the context is clear for a simple list command with no parameters.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.