Upload Documents to Debeka
debeka_upload_documentsUpload one or more PDF files to the Debeka Leistungsauftrag form for insurance claim submissions. Provide absolute file paths to add supporting documents to your claim.
Instructions
Uploads PDF documents to the Debeka form.
This tool uploads one or more PDF files to the Debeka Leistungsauftrag form. Make sure to call debeka_open_page and debeka_fill_credentials first.
Args:
file_paths (string[]): Array of absolute file paths to PDF documents
Returns: Success message listing uploaded files, or error details.
Example: file_paths=["/path/to/invoice1.pdf", "/path/to/invoice2.pdf"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | Array of absolute file paths to PDF documents to upload |