workflowy_search
Search your entire Workflowy outline for nodes by text content, including deeply nested children. Returns matching nodes with IDs and parent relationships.
Instructions
Search for nodes by text content across your ENTIRE Workflowy outline (all nodes including deeply nested children). Returns matching nodes with their IDs and parent relationships. Use this to find nodes anywhere in your hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to search for in node names and notes | |
| searchName | No | Search in node names (default: true) | |
| searchNote | No | Search in node notes (default: true) | |
| caseSensitive | No | Case-sensitive search (default: false) | |
| maxResults | No | Maximum number of results to return (default: 100) |