Skip to main content
Glama

Claim-safety verdict (BIES ATS)

claim_safety_verdict
Read-only

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
copyYesThe exact public claim text you intend to publish.
langNoLanguage of the claim. Default ko.
marketNoRegulatory jurisdiction. Default follows lang (ko→KR, en→US).

TDQS

A4.5/5.0
Behavior5/5

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.

Conciseness5/5

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.

Completeness5/5

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.

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 '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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

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.

Naming Consistency3/5

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.

Tool Count5/5

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.

Completeness3/5

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.

Resources