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