insurance_upload_document
Upload a document to an insurance contract by providing the contract ID, file path, and document type. Supports categories like contract, amendment, invoice, policy, certificate.
Instructions
Upload a document to an insurance contract from the filesystem
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Document category (e.g. 'contract', 'amendment', 'invoice', 'other', 'policy', 'certificate') | |
| file_path | Yes | Absolute path to the file to upload | |
| contract_id | Yes | Insurance contract ID (UUID) |