update_workflow_node
ActiveTool of OpenAccountants
declared in 1.4.0
Edit a node's content, wire it to a skill (skill_slug), or reorder it (position). Editing a PUBLISHED node returns it to draft until re-published. Verified accountants (in-jurisdiction) + admins.
Parameters schema
{
"type": "object",
"required": [
"node_id"
],
"properties": {
"title": {
"type": "string"
},
"node_id": {
"type": "string"
},
"summary": {
"type": "string"
},
"guidance": {
"type": "string"
},
"position": {
"type": "integer"
},
"skill_slug": {
"type": "string"
},
"key_outputs": {
"type": "array",
"items": {
"type": "string"
}
},
"key_questions": {
"type": "array",
"items": {
"type": "string"
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries