get_operaciones_expediente
Retrieve all procedural operations (movements) for a specific expediente, including dates, operation types, IDs, and statuses. Useful for tracking case activity and deadlines.
Instructions
Get all operations (movements) for a specific expediente. Each operation returns: fecha (dd/MM/yyyy), tipoOperacion, idOperacion (prefixed E:/O: — pass through as-is to other tools), adjunto (boolean), firmada, presentadoPor, ubicacion, estado, and a flattened extras dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idExpediente | Yes | The expediente ID (from get_novedades_expedientes or get_expedientes) | |
| includeEspeciales | No | Include special operations |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |