sap_search_tree_nodes
Search tree nodes by text to find matching entries, returning full ancestor paths for precise identification.
Instructions
Search for tree nodes by text. Returns matches with full ancestor paths.
Useful for finding nodes in deep trees where the same label appears in multiple branches. Case-insensitive substring match. Optionally pass column to search in a specific column instead of node text.
Important limitation: Only searches nodes that are already loaded (expanded) in the tree. Collapsed subtrees are not searched. If you don't find what you expect, expand parent nodes first using sap_get_tree_node_children with expand=true, then search again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_id | Yes | ||
| search_text | Yes | ||
| column | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||