Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danield137/mcp-workflowy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server