search_files
Locate files and folders by matching a case-insensitive substring in their names, starting from a specified path or the default root.
Instructions
Search file and folder names under a path. Uses Jottacloud liststream when possible, then a capped folder walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Start path; defaults to the first configured root | |
| query | Yes | Case-insensitive substring to match against names |