Search files
search_filesSearch a file store for files matching wildcard patterns. Specify a directory and pattern to find files, with optional recursive search.
Instructions
Searches the file store for files matching a pattern (supports * and ?).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory to search inside | |
| pattern | Yes | Glob pattern, e.g. *.md or *notes* | |
| recursive | No | Search subdirectories (default true) |