Skip to main content
Glama

search_federal_cases

Search PACER for federal court cases and filings by court, case name, number, or date filed to locate case information.

Instructions

Search PACER for federal court cases and filings.

Requires PACER credentials. Use this to find active federal cases, check filing status, or look up case numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
court_idNoCourt code (e.g., 'nysd', 'cacd', 'txed')
case_nameNoParty name or case title (e.g., "Smith v. Jones")
case_numberNoSpecific case number (e.g., "1:23-cv-01234")
date_filed_toNoEnd date (YYYY-MM-DD)
date_filed_fromNoStart date (YYYY-MM-DD)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It discloses that PACER credentials are required, which is essential. However, it does not describe read-only behavior, rate limits, response format beyond what the output schema provides, or error handling for missing credentials. It adds some useful context but not extensive behavioral detail.

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, front-loaded with the action and resource, then a clear list of use cases. Every sentence earns its place with no redundancy or fluff.

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 search tool with five optional parameters and an output schema, the description covers the primary purpose, required credentials, and typical use cases. It does not explain whether all parameters are mutually exclusive or how broad a search can be, but the output schema covers return values, making the description reasonably complete.

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?

The schema description coverage is 100%, so the input schema already documents all five parameters with examples and formats. The description does not add relationship between parameters (e.g., how court_id and case_name interact) or filter behavior, so it adds only marginal meaning beyond the schema.

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 uses a specific verb ('Search') with a clear resource ('PACER for federal court cases and filings') and states concrete use cases (find active federal cases, check filing status, look up case numbers). This differentiates it from sibling search tools like search_case_law and get_federal_case.

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 clearly states when to use the tool ('Use this to find active federal cases, check filing status, or look up case numbers') and mentions a prerequisite (PACER credentials). It does not explicitly name alternatives or exclusions, but the use cases are specific enough to guide selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mahender22/legal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server