You're viewing a demo portfolio

Join the waitlist
PRSM

clipform_delete_node

Active

Tool of io.github.Clipform/mcp-server

declared in 2.2.0

Delete a node from a form. The logic chain is automatically re-linked (the previous node will point to the next one). Cannot delete the start node or the last end screen. Requires user confirmation before it runs.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "form_id",
    "node_id"
  ],
  "properties": {
    "confirm": {
      "type": "boolean",
      "description": "Set to true ONLY after the user has explicitly confirmed this destructive action. Leave unset otherwise - hosts that support confirmation dialogs will prompt the user automatically."
    },
    "form_id": {
      "type": "string",
      "format": "uuid",
      "description": "The form UUID (returned by clipform_create_form, not the short share_id from the URL)"
    },
    "node_id": {
      "type": "string",
      "description": "The node ID to delete"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.Clipform/mcp-server

https://github.com/clipform/mcp-server

1/7 registries
View full server →
clipform_delete_node — io.github.Clipform/mcp-server — PRSM MCP