You're viewing a demo portfolio

Join the waitlist
PRSM

court_case_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search federal and state court opinions by keyword, court, judge, party name, or date range. Returns case summaries with citations.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "court": {
      "type": "string",
      "description": "Court ID, e.g. 'scotus', 'ca9', 'nysd'."
    },
    "judge": {
      "type": "string",
      "description": "Judge name filter."
    },
    "limit": {
      "type": "number",
      "description": "Max results (1-50, default 10)."
    },
    "party": {
      "type": "string",
      "description": "Party name filter."
    },
    "query": {
      "type": "string",
      "description": "Free-text search query."
    },
    "date_filed_after": {
      "type": "string",
      "description": "ISO date YYYY-MM-DD."
    },
    "date_filed_before": {
      "type": "string",
      "description": "ISO date YYYY-MM-DD."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
court_case_search — io.github.blackboxfoundry/livedatalink — PRSM MCP