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).

export_verification_workbook

Inactive

Tool of OpenAccountants

declared in 1.4.0

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

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 →
export_verification_workbook — OpenAccountants — PRSM MCP