validate_documents
Start a document validation by providing file paths to detect inconsistencies, contradictions, and risks. Poll for results using the returned task ID.
Instructions
Validates documents for inconsistencies, contradictions, and risk assessments. To START a new validation, provide 'file_paths' as a JSON-encoded string representing a list of file paths. This will immediately return a task_id. To CHECK the status of a validation, call this tool AGAIN and provide ONLY the 'task_id'. The checking process will poll for up to 50 seconds. If it times out, continue checking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | No | A JSON-encoded string of a list of absolute paths to documents (DOCX, PDF) OR directories to start a new job. Example: '["/path/to/doc1.pdf", "/path/to/doc2.docx"]' | |
| task_id | No | If resuming a pending check, provide the task ID here. |