description.md
1Fast file path pattern matching tool that works with any codebase size
2
3- Supports glob patterns like "**/*.js" or "src/**/*.ts"
4- Returns matching file paths sorted alphabetically
5- Prefer the `grep` tool to this tool when searching for symbols unless you have specific information about paths.
6- Use this tool when you need to find files by name patterns
7- Results are paginated with 50 matches per page. Use the optional 'offset' parameter to request subsequent pages.