submit_raw_validation
Submit chatbot validation JSON to update validation status for raw scraped records in the database.
Instructions
Submit validation results from a chatbot for raw scraped records.
The chatbot should have received records via get_records_for_validation,
validated them using its own web search, and returned a JSON response.
This tool processes that JSON and updates each record's validation status
in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatbot_id | Yes | The chatbot identifier that matches get_records_for_validation | |
| validation_json | Yes | The JSON response from the chatbot containing the 'validations' array |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||