mcp-workflowy

list_nodes

Retrieve nodes in Workflowy by specifying a parent node ID to list its children or omit to fetch root nodes. Streamline node management and navigation.

Instructions

List nodes in Workflowy. If a parentId is provided, it lists the child nodes of that parent. If omitted, it lists the root nodes.

Input Schema

NameRequiredDescriptionDefault
parentIdNoID of the parent node to list children from. If omitted, returns root nodes.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parentId": { "description": "ID of the parent node to list children from. If omitted, returns root nodes.", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from mcp-workflowy

Related Tools

ID: yp8s1xd75r