get_expedientes
Search legal cases (expedientes) by case title, case number, or date range. Returns only expedientes assigned to the authenticated lawyer.
Instructions
Search legal expedientes (cases/files) belonging to the authenticated lawyer. Supports fuzzy search on 'caratula'. Partial names are valid. If the user provides an expediente number, prefer using 'numeroExpediente' as the primary filter because it uniquely identifies the expediente.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caratula | No | Search by case title (party name, company, etc.) | |
| pageSize | No | Number of results per page | |
| pageIndex | No | Page index (0-based) | |
| fechaDesde | No | Filter from date (YYYY-MM-DD) | |
| fechaHasta | No | Filter to date (YYYY-MM-DD) | |
| numeroExpediente | No | Search by case number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |