workflowy_uncomplete_node
Mark a WorkFlowy node as not completed to track incomplete tasks or items in your outline.
Instructions
Mark a WorkFlowy node as not completed
Input Schema
Name | Required | Description | Default |
---|---|---|---|
node_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"node_id": {
"title": "Node Id",
"type": "string"
}
},
"required": [
"node_id"
],
"type": "object"
}