Skip to main content
Glama

find_ai_abuse_cases

Find court decisions involving AI-generated legal errors. Returns at most 10 source-linked cases with court, judges, response, summary, and a verified official decision URL when available. Empty and bulk searches are unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courtNoCourt name fragment
judgeNoJudge name fragment
limitNoMaximum results, capped at 10
queryNoCase name, error type, ruling text, court, state, or judge search text
stateNoUS state name
to_dateNoInclusive latest decision date
responseNoCourt response, for example Warning or Sanctions
from_dateNoInclusive earliest decision date

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the maximum return count (10) and the fields included, but does not mention whether the tool is read-only, authentication requirements, rate limits, or error handling. For a search tool, this is adequate but not rich.

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 extremely concise—two sentences covering purpose, return fields, and constraints. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 8 optional parameters and no output schema, the description covers the core purpose and constraints but does not explain parameter interaction (e.g., AND/OR logic), sorting, or behavior when no results are found. It is functional but leaves gaps for complex queries.

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 baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides; it only outlines return fields. No additional semantic value is offered.

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 finds court decisions involving AI-generated legal errors, which is a specific verb and resource. It distinguishes from sibling tools that focus on judges, courtroom rules, and profiles, making its purpose unique.

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 that empty and bulk searches are unavailable, providing clear constraints on usage. While it does not explicitly name alternative tools, the context and sibling list imply this tool is for AI-error cases, 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: finding judges, retrieving biography, profile, presentation rules, AI abuse cases, or recent changes. There is no overlap or ambiguity; descriptions further clarify boundaries.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case (find_*, get_*). The naming is predictable and easy to interpret, aiding agent selection.

Tool Count5/5

With 6 tools, the set is well-scoped for a judge and courtroom information server. Each tool addresses a distinct need without bloat or triviality.

Completeness4/5

Core workflows (finding judges, retrieving bio/profile, presentation rules, tracking changes) are covered. A potential minor gap is a tool for historical courtroom rules or direct case lookups, but the current set supports common use cases adequately.