Skip to main content
Glama

get_court_info

Retrieve court details such as name, jurisdiction, founding date, and status using a court ID.

Instructions

Holt Informationen über ein bestimmtes Gericht.

Args: court_id: Die Court-ID, z.B.: 'scotus' — US Supreme Court 'ca1' bis 'ca11' — US Circuit Courts 'cafc' — Federal Circuit 'cadc' — DC Circuit 'dcd' — DC District Court 'nyed', 'nysd' — NY District Courts

Returns: Gerichtsname, Jurisdiktion, Gründungsdatum und Status.

Beispiele: get_court_info('scotus') get_court_info('ca9')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
court_idYes
Behavior3/5

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

No annotations are provided. The description discloses return values but does not mention behavioral traits such as authentication requirements, rate limits, error handling for invalid court IDs, or potential side effects. It adequately describes what the tool does but lacks deeper transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with an Args/Returns section and examples. It is front-loaded with the main purpose. While it could be slightly more concise by moving the bullet list into the schema, it is efficient and not overly verbose.

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 tool with one parameter and no output schema, the description is complete. It covers the parameter format, return values, and provides usage examples. No further context is needed for an agent to select and invoke this tool correctly.

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

Parameters5/5

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

The input schema has zero coverage for the 'court_id' parameter. The description compensates excellently by listing valid values and formats (e.g., 'scotus', 'ca1'-'ca11', 'cafc') and providing examples. This adds significant meaning beyond the schema's bare definition.

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 purpose: retrieving information about a specific court. It specifies the verb ('Holt Informationen') and resource ('Gericht'), and provides detailed examples of court IDs (e.g., 'scotus', 'ca1'-'ca11') and return fields (name, jurisdiction, founding date, status). The sibling tools (e.g., get_case_details, search_cases) are distinct in purpose.

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

Usage Guidelines3/5

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

The description gives examples of how to use the tool but does not explicitly state when to use it versus alternatives. It implies usage through examples, but there is no guidance on when not to use it or which sibling tool to choose instead.

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/AiAgentKarl/legal-court-mcp-server'

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