Skip to main content
Glama

Search case law and regulations

search_legal_authority
Read-onlyIdempotent

Use this when a question calls for the text of a VA rating regulation or for case law, searched by keyword or diagnostic code. Returns 38 CFR rating criteria for matching conditions, excerpts from Court of Appeals for Veterans Claims decisions with docket number, case name and relevance score, and the statutory standards for benefit of the doubt, duty to assist, and reasons and bases. CAVC decisions are binding precedent for the Board of Veterans' Appeals. The limit parameter caps results per source, default 5 and maximum 10. Docket numbers and case names come only from the returned results, and when the case-law corpus is empty the response says so and returns regulatory results alone. It does not read an individual claim and it is not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 5, max 10).
queryYesSearch query (e.g., "PTSD secondary to MST", "DC 8100 migraine 50 percent criteria", "CUE in combined rating calculation").
diagnosticCodeNoFilter by diagnostic code (e.g., "8100").

TDQS

A4.9/5.0
Behavior5/5

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

With annotations already declaring readOnly/idempotent/non-destructive, the description adds substantial behavioral context: it enumerates return contents (38 CFR criteria, CAVC excerpts with docket number, relevance score), explains per-source limiting, and describes the empty-corpus fallback behavior. It also clarifies that docket numbers come only from returned results, a non-obvious constraint.

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 dense but every sentence delivers value: usage trigger, return contents, precedent status, limit behavior, empty-corpus fallback, and caveats. It's front-loaded with the 'Use this when' hook, making it scannable. No filler or redundancy.

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 search tool with no output schema, the description fully covers what to expect: it lists result categories (38 CFR criteria, CAVC decisions with identifiers, statutory standards), explains the limit behavior, and addresses edge cases like empty corpus. It also properly scopes the tool's role (not reading claims, not legal advice), making it complete for agent invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description goes beyond the schema by noting the limit parameter 'caps results per source' (adding per-source nuance) and implying diagnosticCode filtering via 'searched by keyword or diagnostic code.' It does not redefine the parameters but adds meaningful context for interpreting results.

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 tool's purpose: 'Use this when a question calls for the text of a VA rating regulation or for case law, searched by keyword or diagnostic code.' It specifies the resources (regulations, CAVC decisions) and distinguishes from siblings like calculate_combined_rating or lookup_compensation_rate, which address numeric calculations rather than legal text.

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

Usage Guidelines5/5

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

The description opens with explicit 'when to use' guidance and provides a clear exclusion: 'It does not read an individual claim and it is not legal advice.' It also explains that CAVC decisions are binding precedent, helping the agent understand relevance. Though no sibling alternative is named, the unique scope makes such exclusion unnecessary.

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

Each tool targets a distinct VA disability operation — analyzing rating gaps, combining ratings, calculating rolling windows, checking presumptive eligibility, comparing criteria, computing retroactive pay, finding secondary conditions, looking up rates, preparing for exams, and searching legal authority. No two tools overlap in purpose; the 'calculate_*' trio is differentiated by input (percentages vs. episodes) and domain (combined rating vs. disc syndrome).

Naming Consistency5/5

All tool names follow a clear verb_noun snake_case pattern: analyze_, calculate_, check_, compare_, compute_, find_, lookup_, prepare_, search_. The verbs are semantically appropriate ('calculate' for numeric computation, 'check' for eligibility, 'lookup' for rate tables), and there are no mixed conventions or vague verbs like 'run' or 'do'.

Tool Count4/5

The server advertises 10 tools, but only 9 are listed. 9 tools is a well-scoped count for a VA disability rating assistant—each covers a distinct workflow step. The discrepancy may indicate a missing tool description in the input, so I deduct slightly for the listing mismatch, but the count itself is appropriate.

Completeness4/5

The surface covers rating analysis (gap, combined, rolling window), eligibility (presumptive), criteria search, pay estimation, secondary conditions, rate lookup, exam prep, and legal research. Notable gaps: no tool for filing a claim or appeal, no direct 'get rating schedule' without a specific diagnostic code, and no tool for calculating effective dates or handling denials. However, the core rating and compensation lifecycle is well covered.

Resources