### glob tool

- Fast file pattern matching tool that works with any codebase size
- Supports glob patterns like "**/\*.js" or "src/**/*.ts"
- Returns matching file paths
- Use this tool when you need to find files by name patterns
