search_files
Find files in a directory by glob patterns like *.json or **/*.py. Specify the folder and pattern to locate matching files quickly.
Instructions
Search for files using glob patterns. Supports wildcards like *.json, **/*.py
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern (e.g., '*.db', '**/*.json') | |
| directory | Yes | Directory to search in |