workflowy_list_nodes
Retrieve hierarchical nodes and tasks from WorkFlowy outlines to view organizational structure and content.
Instructions
List WorkFlowy nodes (omit parent_id for root)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parent_id | No |
Input Schema (JSON Schema)
{
"properties": {
"parent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Parent Id"
}
},
"type": "object"
}