Skip to main content
Glama
courtio

CourtAPI MCP Server

Official
by courtio

get_dockets

Fetch a case's docket sheet: chronological filings with dates, descriptions, and document info. Filter by keyword, date, or number range.

Instructions

Get the docket sheet for a case — all filings in chronological order with dates, descriptions, and attached document info (is_cached, download_cost). The header includes judge, attorneys, trustees, and 341 meeting date. Supports keyword search and date/number range filtering. Free unless include_live_pacer=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNo
court_codeYesCourt code, e.g. 'nysbke' (NY Southern Bankruptcy), 'debke' (Delaware Bankruptcy), 'ilnbke' (IL Northern Bankruptcy). Use list_courts to find the right code.
sort_orderNo
case_numberYesLong-form case number, e.g. '1:14-bk-10557'. Always use the long form — PACER short forms like '14-10557' will not match. Use find_cases if unsure.
page_numberNo
sort_columnNo
date_filed_toNoMM/DD/YYYY
search_keywordNoFilter docket text
date_filed_fromNoMM/DD/YYYY
docket_number_toNo
include_documentsNoWhen include_live_pacer=true: wait for document metadata (binder.documents) to be populated before returning. Slower but the response includes is_cached and download_cost for each PDF. Default false (metadata fetched in background).
docket_number_fromNo
include_live_pacerNotrue = purchase updated docket sheet from PACER (costs credits). Default false. Always pass date_filed_from when refreshing to only buy entries newer than what CourtAPI already has — omitting it buys the entire docket (expensive for active cases).
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that filings are in chronological order, the header content, filtering support, and cost behavior. However, it omits details on pagination, sorting options (beyond default), and the behavioral implications of include_documents or other parameters, leaving gaps in fully predicting tool behavior.

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 concise at three sentences, front-loaded with the primary purpose and immediately followed by essential details on content, filters, and cost. Every sentence earns its place without redundant or fluff language.

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 the tool's complexity (13 parameters, no output schema, no annotations), the description provides a solid high-level overview but is not fully complete. It lacks explicit guidance on pagination, sorting behavior, and the exact output structure beyond mentions of header fields and document info. The schema fills some gaps, but the description alone is insufficient for a fully informed invocation.

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 description adds meaning beyond the schema by summarizing the filter capabilities (keyword search, date/number ranges) and cost implications of include_live_pacer. However, with schema description coverage at 54%, the description only partially compensates for undocumented parameters like page_size, sort_order, and docket_number_from, not detailing their exact usage or interplay.

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 function with a specific verb and resource: 'Get the docket sheet for a case'. It distinguishes itself from sibling tools like get_case (case details) and get_document (individual documents) by specifying the docket sheet content, including filings, dates, descriptions, and attached document info.

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 provides clear context on when to use the tool (for obtaining a docket sheet) and notes filtering capabilities like keyword search and date/number ranges. It also hints at cost implications with 'Free unless include_live_pacer=true'. However, it does not explicitly state when not to use it or name alternative tools, lacking explicit exclusions.

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/courtio/courtapi-mcp'

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