workflowy_search
Search WorkFlowy node names using text or regular expressions, with options for grouping, sorting, case-insensitivity, including completed nodes, and filtering by ID.
Instructions
Search node names by text or regular expression
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | No | Group results by: parent, path, tree, modified.<unit>, created.<unit> (unit: year, month, day, or Go time format) | |
| id | No | ID to search within (default: root) | None |
| ignore_case | No | Case-insensitive search | |
| include_completed | No | Include completed nodes in search results (excluded by default) | |
| method | No | Access method: get, export, or backup (default: export) | |
| order_by | No | Sort results by: match, parent, path, modified, created (prefix +/- for asc/desc) | |
| path_max_length | No | Max characters per path segment name when using group_by=path | |
| pattern | Yes | Search text or regular expression | |
| regexp | No | Treat pattern as regular expression |