get_adjuntos_expediente
Fetches all attachments for an expediente, returning file details like ID, operation ID, name, date, and classification. Use these identifiers with download_adjunto to fetch individual files.
Instructions
Get all attachments for an expediente. Each item returns: idFichero, idOperacion (prefixed E:/O: — pass through as-is to other tools), nombre (file name), fecha (dd/MM/yyyy), tipoOperacion, clasificacion, observaciones. Use idFichero, idOperacion and nombre as inputs for download_adjunto.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idExpediente | Yes | Expediente ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |