export_verification_workbook
InactiveTool of OpenAccountants
AUTHENTICATED. Returns everything YOU need to build a verification workbook for a skill (by slug) or a whole jurisdiction: the skill markdown, a methodology, and a Python packaging script that emits a submit-ready .xlsx. YOU build the facts and run the script (no .xlsx is streamed back — that was slow and fragile). Each skill carries an is_stub flag: for real skills you extract the facts already in the markdown; for stub skills (empty scaffolding, no figures) you research the current-year authoritative figures and draft them WITH citations for the accountant to verify — never an empty sheet. The script stamps the hidden marker/keys so submit_verification accepts the result; do not hand-build the workbook. Requires sign-in and completed onboarding.
Parameters schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Export a single skill by slug, e.g. 'mt-income-tax-personal'."
},
"jurisdiction": {
"type": "string",
"description": "Export all published skills for a jurisdiction code, e.g. 'MT', 'GB'."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries