bies-guardian
Server Details
Deterministic sealed verdicts on public claims and startup ideas (0-LLM claim-safety guardian).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Definition Quality
Average 4.3/5 across 3 of 3 tools scored.
Each tool targets a distinct object: public claims, business ideas, and re-evaluation of prior claim verdicts. The inputs and outputs are clearly separated, so an agent can select without confusion.
The naming mixes noun-phrase styles (claim_safety_verdict, idea_rehearsal) with a verb-noun style (rejudge_claims). While readable, the lack of a uniform verb/noun pattern makes the set feel inconsistent.
Three tools is a well-scoped set for a niche security/decision-support server, staying within the typical 3–15 range with each tool earning its place.
The claim lifecycle is covered (initial verdict and re-judge), but idea_rehearsal has no re-judgment or update counterpart, leaving a notable gap in the idea evaluation workflow.
Available Tools
3 toolsclaim_safety_verdictClaim-safety verdict (BIES ATS)ARead-onlyInspect
Deterministic, sealed pre-publication verdict on a PUBLIC claim (marketing copy, product page, ad headline). Returns per-claim verdict (PASS / CONDITIONAL_PASS / STOP), severity, and a reproducible replay_hash. A 0-LLM rules engine grounded in KR 표시광고법 / US FTC claim categories — NOT legal advice, NOT market proof or launch approval. Call this before a public claim ships.
| Name | Required | Description | Default |
|---|---|---|---|
| copy | Yes | The exact public claim text you intend to publish. | |
| lang | No | Language of the claim. Default ko. | |
| market | No | Regulatory jurisdiction. Default follows lang (ko→KR, en→US). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true and openWorldHint=false, but the description adds substantial behavioral context beyond these: it is deterministic (0-LLM), sealed, grounded in specific regulations (KR 표시광고법 / US FTC), and returns a reproducible replay_hash. It also clearly frames the tool's role as a pre-publication check, not a legal or marketing approval. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose ('Deterministic, sealed pre-publication verdict'), then succinctly covers output, legal grounding, and usage timing. Every sentence adds value with no fluff or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description explicitly reports return values (verdict, severity, replay_hash), which is essential for a tool with no structured output definition. It also explains the regulatory basis and the exact timing of use. Given the tool's moderate complexity (3 params, no nested objects), the description covers all necessary operational context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 'copy', 'lang', and 'market' with meaningful descriptions. The description adds context that 'copy' is a PUBLIC claim and offers examples (marketing copy, product page, ad headline), but it does not meaningfully enhance understanding of 'lang' or 'market' beyond what the schema provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific, action-oriented phrase: 'Deterministic, sealed pre-publication verdict on a PUBLIC claim', immediately clarifying the tool's resource (public claims) and output (verdict). It further distinguishes itself by listing concrete claim types ('marketing copy, product page, ad headline') and contrasting with legal advice/approval. This strongly delineates it from sibling tools like idea_rehearsal and rejudge_claims.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('Call this before a public claim ships') and provides exclusions ('NOT legal advice, NOT market proof or launch approval'). However, it does not name alternative tools or explicitly describe when not to use it beyond these exclusions, so it falls short of full alternative guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
idea_rehearsalStartup idea rehearsal (BIES R-FARM)ARead-onlyInspect
Deterministic decision-rehearsal verdict on a founder's BUSINESS IDEA (not a public claim). Returns a graded verdict (Conditional GO / Clear one critical gate / Confirm the headwind / Verify the basics / Redesign the structure / Firm up the inputs / Hold·Redesign) driven by the venture's structural signals, with a reproducible seal. Classification is retrieval-grounded; the verdict and seal are reproducible. NOT market proof, NOT investment advice. Use to pressure-test an idea before committing.
| Name | Required | Description | Default |
|---|---|---|---|
| idea | Yes | The business idea in the founder's own words — what you sell, to whom. | |
| lang | No | Language. Default ko. | |
| market | No | Market. Default follows lang (ko→KR, en→US). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true, and the description adds behavioral context: deterministic, retrieval-grounded, reproducible, and explicitly not market proof or investment advice. This goes beyond the annotation by explaining the nature of the output and its limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is somewhat lengthy but well-structured, front-loading the core function and then providing verdict types, reproducibility, disclaimers, and usage. Every sentence serves a purpose, though the verdict list is detailed.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description compensates by listing possible verdict outcomes and clarifying what the tool does and does not do. Combined with readOnlyHint and parameter schema, it provides a sufficiently complete picture for a decision-support tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description does not add parameter-specific details beyond the schema, but none are needed since the schema already describes each parameter adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool produces a deterministic decision-rehearsal verdict on a business idea and enumerates the possible verdict categories. It explicitly distinguishes from 'a public claim', aligning with sibling claim-focused tools, making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description says 'Use to pressure-test an idea before committing', providing a clear context for use. It also notes 'not a public claim', implicitly excluding claim-related uses and separating from siblings. It lacks explicit alternative tool names but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
rejudge_claimsRe-judge claims with evidence (BIES ATS)ARead-onlyInspect
Re-judge a prior claim-safety verdict against new EVIDENCE. Pass the 'artifact' returned by claim_safety_verdict plus 'observations' (what happened). The top-level verdict NEVER changes on evidence (conservative by design); what moves is 4 axes — now-sayable lines (behind your owner-gate), permanently issuer-only claims, claims still short on evidence, and new risks. Deterministic, sealed, stateless (nothing stored).
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language. Default ko. | |
| artifact | Yes | The full artifact object returned by claim_safety_verdict (the prior verdict being re-judged). | |
| observations | Yes | Evidence events. Each: { outcome: 'paid_yes'|'written_pilot'|'observed_metric'|'rejection', targets: [{ ref_kind: 'claim_id'|'evidence_id', ref: '<id from the artifact>' }], rejection_reason_ref? }. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes well beyond the readOnlyHint annotation by disclosing that the top-level verdict is conservative and never changes, what the four movable axes are, and that the tool is deterministic, sealed, and stateless. This gives the agent critical behavior information that annotations alone do not convey.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, each earning its place: purpose, input requirements, behavioral constraints, and processing guarantees. It is front-loaded with the core action and avoids any redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (nested observations, no output schema), the description covers purpose, inputs, behavioral nuances, and guarantees. It mentions the four axes that move, giving a sense of the output, but it does not explicitly describe the return format or error conditions, which would make it fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the description doesn't need to explain parameters. It does add a simple 'what happened' gloss for observations and confirms the artifact comes from claim_safety_verdict, but these are minor clarifications. The schema already defines the nested structure and enums, so the description doesn't meaningfully expand parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Re-judge a prior claim-safety verdict against new EVIDENCE.' It uses a specific verb ('re-judge') and resource ('claim-safety verdict'), and distinguishes itself from sibling tools by requiring the artifact from claim_safety_verdict and focusing on evidence-driven re-evaluation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear usage context: it tells the user to pass the artifact from claim_safety_verdict and observations, and explains that the top-level verdict never changes. While it doesn't explicitly state 'when not to use' or name alternatives, the dependency on a prior verdict implies use after an initial claim_safety_verdict, which is sufficient guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Deterministic prompt-injection detector; signed, offline-verifiable verdicts. Not an LLM.
Pre-execution governance for AI agents. Deterministic PASS/FAIL/REVIEW verdicts, replayable proof.
Deterministic decision layer for autonomous agents. Reproducible PROCEED, REVIEW, SKIP verdicts.
Deterministic signed verification of numeric & financial claims for AI agents & spreadsheets.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceRuntime constitutional verification for AI answers — claim extraction with reasoning chains, Epistemic Confidence Score (ECS), 7-angle Glassbox Court red team, constitution compilation, Trust Card assembly, and deterministic SHA-256 audit logs.11Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables agents to verify claims with evidence-based truth scores and confidence levels by running a deterministic pipeline of evidence lanes and adversarial checks.22MIT
- AlicenseBqualityAmaintenanceVerify a number before an agent asserts it — a Deflated Sharpe Ratio for backtest, plus eval-gap, subset-win, and judge-bias checks, with signed receipts anyone can verify offline.34MIT
- AlicenseBqualityCmaintenanceEnables AI agents to verify technical claims against supplied evidence, identify unsupported assumptions and contradictions, and recommend the smallest next check before acting.5MIT