Skip to main content
Glama

WorkFlowy MCP Server

by daniel347x

workflowy_create_node

Create new outline nodes in WorkFlowy with customizable properties like name, parent hierarchy, notes, layout modes, and completion status for organizing tasks and information.

Instructions

Create a new node in WorkFlowy

Input Schema

NameRequiredDescriptionDefault
nameYes
parent_idNo
noteNo
layout_modeNo
positionNotop
_completedNo

Input Schema (JSON Schema)

{ "properties": { "_completed": { "default": false, "type": "boolean" }, "layout_mode": { "anyOf": [ { "enum": [ "bullets", "todo", "h1", "h2", "h3" ], "type": "string" }, { "type": "null" } ], "default": null }, "name": { "type": "string" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "parent_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "position": { "default": "top", "enum": [ "top", "bottom" ], "type": "string" } }, "required": [ "name" ], "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