verify_citations
InactiveTool of OpenAccountants
Fetches each cited source URL server-side and checks that the stated figure/quote actually appears in it. Use AFTER researching a gap (see research_brief) and BEFORE presenting figures to the user: submit up to 10 {url, figure, quote} items and get back verified / not_found / unfetchable per citation. A not_found means fix the citation or tell the user that point is unverified — never present it as settled.
Parameters schema
{
"type": "object",
"required": [
"citations"
],
"properties": {
"citations": {
"type": "array",
"items": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The source URL you are citing (official/primary preferred)."
},
"claim": {
"type": "string",
"description": "Short statement of what this citation supports."
},
"quote": {
"type": "string",
"description": "A short verbatim phrase you attribute to the source (8+ chars)."
},
"figure": {
"type": "string",
"description": "The number/rate as you stated it, e.g. '$3,000', '13.5%', '256000'."
}
}
},
"maxItems": 10,
"description": "The citations backing your drafted answer."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries