Skip to main content
Glama

mcp-workflowy

update_node

Modify the name and description of an existing node in mcp-workflowy by specifying its unique nodeId for updates.

Instructions

Update an existing node

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description/note for the node
nameNoNew name/title for the node
nodeIdYesID of the node to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "New description/note for the node", "type": "string" }, "name": { "description": "New name/title for the node", "type": "string" }, "nodeId": { "description": "ID of the node to update", "type": "string" } }, "required": [ "nodeId" ], "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