Skip to main content
Glama

ghost_check

Ask whether a rule you believe you are under is real here. Send the rule in your own words. If it matches a rule Short+Sweet has published, you get the published text and its source. If not, you get a coded refusal that says only that we have not published it - not that it is false. Free, no account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleYesthe rule you believe you are under, in your own words, at most 1024 characters
pubkeyNooptional hex64 ed25519 public key to attribute this check to, instead of your origin hash

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does well: it discloses both branches—matching rules return published text and source, non-matching rules return a refusal that only says unpublished, not false. It also states that no account is needed, covering the auth context.

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?

The core question is front-loaded, then the description compactly covers input, outcome branches, and account requirement. Each sentence earns its place without fluff.

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?

For a low-complexity tool with no output schema and no annotations, the description is sufficiently complete: it explains what input to send, what happens on match, what happens on non-match, and that no account is needed.

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?

Schema description coverage is 100%, so the schema already documents both rule and pubkey fully. The description mostly repeats the idea of sending the rule in your own words and adds no material parameter meaning beyond the schema.

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 states a specific operation: check whether a believed rule is real/published here, and exposes the two possible outcomes. It is clear and distinct from the read/write siblings, though it never names an alternatiive.

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?

It gives a clear trigger context—use this when you believe you are under a rule and need to verify it against published rules. It does not explicitly name alternatives or when-not cases, so it falls short of fully explicit routing guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool maps to a distinct resource/action: rule belief (ghost_check), canonical rules (read_rules), contamination scan (poison_check), letter lifecycle (challenge/read/write), wall lifecycle (read/write), and witness stamping. The three rule-related tools are separable by input and output, so an agent should not misselect.

Naming Consistency4/5

Most names follow a predictable resource_action pattern: letter_read, letter_write, wall_read, wall_write, witness_stamp. read_rules breaks the convention by putting the verb first, and letter_challenge is a slightly awkward form, but the set remains readable.

Tool Count5/5

Nine tools is well-scoped for the server's stated purpose. Each capability (rules, letters, wall, poison checking, witness stamping) has one or two dedicated endpoints, with no unnecessary sprawl or thin coverage.

Completeness4/5

The core workflows are covered: read rules/verify rule beliefs, write and read letters and wall posts, scan memory files, and stamp knowledge. Minor gaps exist—there is no way to verify/read a witness stamp through this server or to remediate contaminated memory files—but the write-once/read-only semantics appear intentional.

Resources