mcp-workflowy

update_node

Modify the name and description of an existing node in mcp-workflowy by specifying its unique nodeId for updates.

Instructions

Update an existing node

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description/note for the node
nameNoNew name/title for the node
nodeIdYesID of the node to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "New description/note for the node", "type": "string" }, "name": { "description": "New name/title for the node", "type": "string" }, "nodeId": { "description": "ID of the node to update", "type": "string" } }, "required": [ "nodeId" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-workflowy

Related Tools

ID: yp8s1xd75r