search_files
Search for files by specifying a glob pattern and base directory. Returns matching file paths.
Instructions
Search for files matching a pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern to search | |
| directory | Yes | Base directory to search in |