submit_feedback
ActiveTool of OpenAccountants
When the user finds an error in a skill, says rates look outdated, or wants to suggest an improvement, call this to generate a pre-filled GitHub Issue URL. The URL opens in the user's browser with the report partially filled — they review and submit. This creates a public feedback loop that maintains skill quality over time. Use whenever the user says 'this seems wrong', 'the rate is outdated', 'add this rule', or asks how to flag an issue.
Parameters schema
{
"type": "object",
"required": [
"skill_slug",
"description"
],
"properties": {
"skill_slug": {
"type": "string",
"description": "Slug of the skill the feedback relates to (e.g. 'malta-income-tax')."
},
"description": {
"type": "string",
"description": "What's wrong, outdated, or missing — be specific."
},
"feedback_type": {
"enum": [
"error",
"outdated",
"suggestion",
"question",
"missing-skill"
],
"type": "string",
"description": "Category of feedback."
},
"user_jurisdiction": {
"type": "string",
"description": "Optional: the user's jurisdiction context for the report."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries