You're viewing a demo portfolio

Join the waitlist
PRSM

preview_fact_verification

Active

Tool of OpenAccountants

declared in 1.4.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

OpenAccountants

https://github.com/openaccountants/openaccountants

2/7 registries
View full server →