Skip to main content
Glama

Clearance Adjudications Search Engine

search_cases

Read-only

Search 30,000+ decided public DOHA security-clearance decisions (1996 to present). Full-text query plus filters. Returns matching cases with outcome, date, guidelines, and a citable URL each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoDecision level
limitNoMax results, 1-25 (default 10)
queryNoFull-text search, e.g. "gambling debts sports betting"
outcomeNoFinal outcome filter
year_toNoLatest decision year
guidelineNoSingle guideline letter A-M (e.g. F = financial, B = foreign influence)
year_fromNoEarliest decision year, e.g. 2020

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral details beyond annotations: the dataset size, time range, and the specific fields returned (outcome, date, guidelines, citable URL), which helps the agent understand what to expect.

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, immediately states the core purpose in the first sentence, and provides return-value details in the second. Every word earns its place with no redundant or filler content.

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?

The tool has no output schema, so the description must explain return values, and it does: outcome, date, guidelines, and citable URL. Combined with 100% schema coverage and read-only annotations, the description fully covers the tool's behavior for a search operation, including its scope and result composition.

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 fully documents all 7 parameters. The description's mention of 'Full-text query plus filters' is a high-level summary that does not add meaning beyond what the parameter descriptions already provide. 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 clearly states the action ('Search'), the resource ('30,000+ decided public DOHA security-clearance decisions'), and scope ('1996 to present'). It also distinguishes itself from siblings like get_case or similar_cases by emphasizing full-text search across decisions.

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 conveys a clear context for using this tool: full-text querying with filters across a large decision corpus. It does not explicitly name alternatives or exclusion criteria, but the usage context is unambiguous enough for an agent to select it for search tasks.

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

Each tool targets a distinct function: searching, retrieving a specific case, finding similar cases, and four different statistical analyses (overall, candor-related, conduct recency, and timeline). No two tools overlap in purpose.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern: get_ for retrieval, search_ for searching, similar_ for similarity. The verbs vary appropriately with the action, and snake_case is used consistently.

Tool Count5/5

Seven tools is well within the ideal range for a search-and-analytics server. Each tool covers a necessary capability without redundancy or bloat.

Completeness5/5

The tool set covers the full workflow: comprehensive searching (search_cases), detailed case retrieval (get_case), similarity exploration (similar_cases), and four distinct statistical views (candor, conduct recency, overall statistics, timelines). No significant gaps are apparent for the stated purpose.

Resources