You're viewing a demo portfolio

Join the waitlist
PRSM

update_workflow_node

Active

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

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 →
update_workflow_node — OpenAccountants — PRSM MCP