workflowy_get_node
Retrieve a specific WorkFlowy node by its unique ID to access node details and content within the outline hierarchy.
Instructions
Retrieve a specific WorkFlowy node by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
node_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"node_id": {
"title": "Node Id",
"type": "string"
}
},
"required": [
"node_id"
],
"type": "object"
}