read_node
Retrieves a CherryTree node's content by ID or partial name, optionally returning formatting and widget details such as codeboxes, images, tables, and anchors.
Instructions
Read content of a CherryTree node.
Args: node_id: Node unique ID (preferred). node_name: Search by name (partial, case-insensitive). include_formatting: Return rich-text segment details. include_widgets: Return codebox/image/table/anchor details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | ||
| node_name | No | ||
| include_widgets | No | ||
| include_formatting | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |