Skip to main content
Glama

WorkFlowy MCP Server

by vladzima

workflowy_update_node

Modify existing WorkFlowy nodes by updating their name, note content, layout format, or completion status to keep outlines current and organized.

Instructions

Update an existing WorkFlowy node

Input Schema

NameRequiredDescriptionDefault
_completedNo
layout_modeNo
nameNo
node_idYes
noteNo

Input Schema (JSON Schema)

{ "properties": { "_completed": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Completed" }, "layout_mode": { "anyOf": [ { "enum": [ "bullets", "todo", "h1", "h2", "h3" ], "type": "string" }, { "type": "null" } ], "default": null, "title": "Layout Mode" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "node_id": { "title": "Node Id", "type": "string" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note" } }, "required": [ "node_id" ], "type": "object" }

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/vladzima/workflowy-mcp'

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