Ask a question to get started
Enter to send•Shift+Enter new line
Fast file pattern matching tool that works with any codebase size.
Supports glob patterns like **/*.js or src/**/*.ts.
**/*.js
src/**/*.ts
Returns matching file paths sorted by modification time.
Use this tool when you need to find files by name patterns.
glob_search( pattern: str, path: str = '/', ) -> str
pattern
str
The glob pattern to match files against.
path
'/'
The directory to search in. If not specified, searches from root.