list_verification_targets
ActiveTool of OpenAccountants
AUTHENTICATED (approved accountants). Find what needs your review. Call with NO slug for a TRIAGE summary of skills in YOUR approved jurisdiction(s) — each with counts of verified vs. unverified facts, most-unverified first — so you can pick one. Call with a `slug` to get that skill's facts in CHUNKS (default 40) — each fact has a stable `row` number (use it to reference facts in chat) and a `key` (pass to submit_fact_verification). The response includes a `sections` breakdown; for a large skill, review one section at a time by passing `topic`, and page with `offset`. This is the in-chat replacement for exporting a verification workbook. Always scoped to your approved jurisdictions.
Parameters schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Return one skill's facts (omit for the jurisdiction triage summary)."
},
"limit": {
"type": "integer",
"description": "Triage: max skills (default 50, max 200). Single-skill: facts per chunk (default 40, max 200)."
},
"query": {
"type": "string",
"description": "Triage: optional free-text filter on skill name/slug."
},
"topic": {
"type": "string",
"description": "Single-skill: review only one section (from the `sections` breakdown) at a time."
},
"offset": {
"type": "integer",
"description": "Single-skill: page offset into the (optionally topic-filtered) facts."
},
"status": {
"type": "string",
"description": "Pass 'unverified' to list only skills (triage) or facts (single-skill) that are still unverified."
},
"jurisdiction": {
"type": "string",
"description": "Limit the triage to one of your approved jurisdictions (e.g. 'MT'). Defaults to all of them."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries