mcp-workflowy

toggle_complete

Mark a node as complete or incomplete by toggling its status. Specify the node ID and desired completion state to update progress in mcp-workflowy.

Instructions

Toggle completion status of a node

Input Schema

NameRequiredDescriptionDefault
completedYesWhether the node should be marked as complete (true) or incomplete (false)
nodeIdYesID of the node to toggle completion status

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "completed": { "description": "Whether the node should be marked as complete (true) or incomplete (false)", "type": "boolean" }, "nodeId": { "description": "ID of the node to toggle completion status", "type": "string" } }, "required": [ "nodeId", "completed" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-workflowy

Related Tools

ID: yp8s1xd75r