Skip to main content
Glama

WorkFlowy MCP Server

by daniel347x

workflowy_update_node

Modify existing WorkFlowy nodes by updating their name, note content, layout mode, or completion status to maintain organized outlines and task lists.

Instructions

Update an existing WorkFlowy node

Input Schema

NameRequiredDescriptionDefault
node_idYes
nameNo
noteNo
layout_modeNo
_completedNo

Input Schema (JSON Schema)

{ "properties": { "_completed": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null }, "layout_mode": { "anyOf": [ { "enum": [ "bullets", "todo", "h1", "h2", "h3" ], "type": "string" }, { "type": "null" } ], "default": null }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "node_id": { "type": "string" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "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/daniel347x/workflowy-mcp-fixed'

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