Skip to main content
Glama

get_case_record

Retrieve the full case record from a docket ID, including parties, attorneys, judges, and procedural history.

Instructions

Get the full docket (case record) for a case.

Includes parties, attorneys, judges, and procedural history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docket_idYesThe docket ID from a case search result

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It adds helpful context about the contents of the docket but does not state that the operation is read-only, whether any permissions are required, or how results are paginated. It is not misleading but provides only moderate transparency.

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 concise sentences. The first states the core purpose and the second elaborates the docket contents without redundancy. Every word earns its place.

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 simple retrieval tool with one parameter and an output schema, the description is largely complete: it states what the tool returns and the key included components. The lack of relationship to sibling case tools (e.g., get_case_details) is a minor gap but not critical.

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 single parameter docket_id is fully described in the schema (100% coverage), so the description adds no new parameter details. With full schema coverage, baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The opening sentence 'Get the full docket (case record) for a case' uses a specific verb and resource, and the second sentence clarifies scope (parties, attorneys, judges, procedural history). However, it does not explicitly distinguish this from sibling tools like get_case_details or get_federal_case, so it falls short of full differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The schema's parameter description mentions 'docket ID from a case search result,' but the description itself offers no usage context, prerequisites, or 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/Mahender22/legal-mcp'

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