You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.4.0).

verify_citations

Inactive

Tool of OpenAccountants

declared in 1.4.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

OpenAccountants

https://github.com/openaccountants/openaccountants

2/7 registries
View full server →