Skip to main content
Glama

Citation Safe Verifier

Search the AI-hallucination court sanctions database

search_sanctions
Read-only

Searches CitationSafe's database of real court sanctions/orders arising from AI-hallucinated legal citations, by court name, party/case name keyword, or free-text keyword. Read-only, public data — same dataset backing citationsafe.com/sanctions-database.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courtNoFilter by court name (partial match, e.g. "S.D.N.Y.")
queryNoFree-text keyword to match against the case name

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds that data is 'public' and emphasizes 'real court sanctions/orders', but does not contradict annotations. It provides some additional context about data source (same as website) but not rich behavioral details beyond what annotations cover.

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 sentences, front-loaded with purpose, no waste. The first sentence covers verb, resource, and search methods; the second adds nature (read-only, public) and source. Every sentence earns its place.

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 search tool with 2 parameters and clear annotations, the description is adequate. It explains what is searched, how, and the public nature. Absence of output schema is acceptable for a search tool. However, it could briefly mention that results are returned as a list, but not necessary given simplicity.

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%; both parameters have descriptions. The tool description adds 'by court name, party/case name keyword, or free-text keyword' which partially aligns with schema but does not significantly enhance meaning beyond the schema's own descriptions.

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 the verb 'Searches', the resource 'CitationSafe's database of real court sanctions/orders', and search methods 'by court name, party/case name keyword, or free-text keyword'. It distinguishes from siblings by focusing specifically on sanctions related to AI-hallucinated citations, unlike sibling tools such as 'verify_brief' or 'is_this_case_real'.

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

Usage Guidelines3/5

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

The description implies when to use (when searching for sanctions) but does not explicitly state when not to use or provide alternatives among sibling tools. It mentions 'Read-only, public data' as context but lacks direct comparisons to other tools like 'search_phantoms' or verification tools.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct operation: citation verification on pasted text, on document URLs, batch verification, retrieving past results, and searching sanctions. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (e.g., verify_citation, batch_verify_citations, search_sanctions), making the tool set predictable.

Tool Count5/5

Five tools is well-scoped for citation verification: single, document, batch, retrieval, and sanctions search. No redundant or excessive tools.

Completeness4/5

Core verification workflows (single, document, batch, retrieval) are covered. A listing endpoint for all verifications is missing but not critical for typical use.

Resources