preview_fact_verification
ActiveTool of OpenAccountants
AUTHENTICATED (approved accountants). Dry-run of submit_fact_verification — IDENTICAL arguments, but writes NOTHING. Returns whether the change would apply and any reviewer `warnings`, so you can see the automated reviewer's take (e.g. 'that citation looks like a placeholder') before committing. Then call submit_fact_verification to apply.
Parameters schema
{
"type": "object",
"required": [
"slug",
"rows"
],
"properties": {
"rows": {
"type": "array",
"items": {
"type": "object",
"required": [
"fact_key",
"status"
],
"properties": {
"note": {
"type": "string"
},
"source": {
"type": "string"
},
"status": {
"enum": [
"correct",
"needs-correction",
"needs-context",
"skip"
],
"type": "string"
},
"fact_key": {
"type": "string"
},
"corrected_value": {
"type": "string"
}
}
},
"description": "Same shape as submit_fact_verification.rows."
},
"slug": {
"type": "string",
"description": "Skill slug."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries