You're viewing a demo portfolio

Join the waitlist
PRSM

add_workflow_node

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

OpenAccountants

https://github.com/openaccountants/openaccountants

2/7 registries
View full server →