file_search
Search for files using glob patterns like **/*.json across directories to locate specific file types or names within projects.
Instructions
Find files matching glob pattern (e.g., **/*.json). Recursive by default.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern (e.g., **/*.json) | |
| directory | No | Directory to search in |