Skip to main content
Glama

Bankruptcy Recent

bankruptcy_recent
Read-onlyIdempotent

List recent US business bankruptcy filings, newest first, optionally limited to one bankruptcy court. No API key, no rate limit. Use for "what companies filed for bankruptcy recently" or to watch one district. Returns case name, docket number, court, filing and termination dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courtNoOptional bankruptcy court id, e.g. "nysb", "deb", "txsb".
limitNoMaximum filings to return (1-50, default 20).
filed_afterNoOnly filings on or after this date, YYYY-MM-DD.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behaviorhol1; the description adds valuable invocation context with 'No API key, no rate limit,' ordering behavior, and the returned fields. No contradiction with annotations.

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 compact, front-loaded with purpose, and every sentence adds distinct value: scope/order, access constraints, use cases, and return fields. There is no fluff or repetition.

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 simple optional-parameter list tool, the description is complete: it covers expected output, ordering, optional court filtering, access requirements, and rate-limit behavior. The input schema covers all parameters, so nothing essential is missing.

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 three optional parameters. The description adds context like 'one bankruptcy court' and return fields but does not materially enhance parameter-level semantics 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 and resource ('List recent US business bankruptcy filings'), and adds ordering and optional scoping ('newest first, optionally limited to one bankruptcy court'). The 'recent' qualifier clearly differentiates this from the general bankruptcy_search sibling.

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?

It provides explicit use cases: 'Use for "what companies filed for bankruptcy recently" or to watch one district.' This gives clear context for when to invoke the tool, though it does not explicitly mention when not to use it or name alternative tools.

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.