Prompt capture
Glob tool description
27 model strings share this prompt. 5 lines differ between them; everything else is identical.
This renders the markdown inside the description, so it isn't quite the description itself. The raw view and the plain text are the bytes as they were sent.
- Fast file pattern matching tool that works with any codebase size
- Supports glob patterns like "/*.js" or "src//*.ts"
- Returns matching file paths sorted by modification time
- Use this tool when you need to find files by name patterns
- When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Agent tool instead