add_workflow_node
ActiveTool of OpenAccountants
declared in 1.4.0
Add a guided step (node) to a workflow. Creates a DRAFT node. Optionally wire it to the skill that performs its computation (skill_slug). Verified accountants (in-jurisdiction) + admins.
Parameters schema
{
"type": "object",
"required": [
"workflow_slug",
"title"
],
"properties": {
"title": {
"type": "string"
},
"summary": {
"type": "string"
},
"guidance": {
"type": "string",
"description": "How the agent should run this step"
},
"position": {
"type": "integer",
"description": "Order; omit to append"
},
"skill_slug": {
"type": "string",
"description": "Skill this node runs (makes it 'implemented')"
},
"key_outputs": {
"type": "array",
"items": {
"type": "string"
}
},
"key_questions": {
"type": "array",
"items": {
"type": "string"
}
},
"workflow_slug": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries