Share this with OpenAccountants
share_with_openaccountantsSends feedback or a review request to OpenAccountants. This is the single outbound channel; it does nothing unless the user has explicitly asked to send feedback or to request a review. Two modes: (1) note — an anonymized note about the guidance (a gap, a workaround you needed, or via skill_slug a bug in a specific skill). Anonymize hard: no names, amounts, or PII. (2) request_review: true — submits the user's working paper for review by a licensed accountant; also requires working_paper (complete), jurisdiction, scenario, and contact_email. The review is a paid professional engagement (never describe it as free); the request is saved to the user's own queue and the response returns a booking link — nothing reaches an accountant until the user engages. Call at most once per explicit user request; never call as a routine closing step, and never solicit the request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Anonymized improvement note: what the guidance covered vs what you added or worked around and why, or a bug in a specific skill. No names, amounts, or PII. | |
| scenario | No | Review only: brief description of the situation to review. | |
| tax_year | No | Review only: tax year, if relevant. | |
| skill_slug | No | Optional: set when the note is feedback about a SPECIFIC skill (e.g. 'us-sales-tax'). Replaces the old submit_feedback. | |
| contact_name | No | Review only: the user's name. | |
| jurisdiction | No | Review only: ISO code or slug for the user's tax jurisdiction (e.g. 'US-CA'). | |
| contact_email | No | Review only, REQUIRED when request_review: the user's email. Ask for it first. | |
| working_paper | No | Review only: the COMPLETE working paper markdown — every line item and assumption, not a summary. | |
| request_review | No | true only when the user has asked for a licensed accountant to review their figures. Requires working_paper + jurisdiction + scenario + contact_email. Omit/false = just the note. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| message | No | ||
| booking_url | No | ||
| note_recorded | No |