What problem does it solve? Legal professionals researching what the TJRO (Rondônia state court) actually decided need to search acórdãos, sentenças, votos, and ementas and read the full text of rulings, but the JURIS web interface is hard to query programmatically and its search endpoint has non-obvious pitfalls (OR-based text search, broken server-side date ranges, an endpoint that ignores filters). ## Core Features & Use Cases - Filtered jurisprudence search: Search by term, document type, class, judging body, and rapporteur, with client-side AND filters and date ranges that work around server limitations. - Full-text retrieval: Fetch the cleaned complete text of any document by ID, with HTML and base64 artifacts stripped, so holdings and reasoning can be cited accurately. - Per-process document listing and facets: List all documents of a CNJ case number and explore aggregations by class, court body, and rapporteur. - Use Case: A lawyer needs to know whether the TJRO has ruled on a specific interest-rate question in police-related cases. The skill searches for the distinctive term, filters to acórdãos containing the required phrase, then reads the full text of the top candidates to extract the actual holding and reasoning. ## Quick Start Ask the agent to search TJRO jurisprudence for what the court has decided on a specific legal question and read the full text of the relevant rulings.