Skip to main content
Glama

Stratalize Intelligence

get_new_litigation_alerts

Read-only

Use when monitoring new federal dockets filed against a party in the last N days. Returns docket alerts from CourtListener; zero results is a legitimate empty answer. Source: CourtListener docket search. $0.10 USDC per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courtNo
days_backNo
party_nameYes
nature_of_suitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark it read-only; description adds that zero results is a valid answer, names the data source, and states the cost per call, which helps an agent interpret responses and cost.

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?

Four short sentences, use case first, no filler; source and cost are useful additions.

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?

Covers use case, source, cost, and empty-result semantics, but with no output schema it omits response shape, parameter formats, and default behavior for days_back/court.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must carry parameter meaning; it only implies party_name and days_back, leaving court and nature_of_suit undocumented.

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?

States a specific use case ('monitoring new federal dockets filed against a party in the last N days') and identifies the resource ('docket alerts from CourtListener'), distinguishing it from siblings like get_federal_court_cases by temporal and party-focused scope.

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?

Opens with an explicit when-to-use condition. It does not name alternatives or exclusions, so it stops short of a 5.

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.

Resources