- Source: native-reference-match
Fast file pattern matching tool that works with any codebase size - Supports glob patterns like "/*.js" or "src//*.ts" - Returns matching file paths so…
| Expression | Hint | Reference |
|---|---|---|
EXPR_1 |
None | None |
EXPR_2 |
None | None |
- Source: native-reference-match
Fast file pattern matching tool that works with any codebase size - Supports glob patterns like "/*.js" or "src//*.ts" - Returns matching file paths so…
| Expression | Hint | Reference |
|---|---|---|
EXPR_1 |
None | None |
- Source: native-reference-match
Fast file pattern matching tool that works with any codebase size - Supports glob patterns like "/*.js" or "src//*.ts" - Returns matching file paths so…
| Expression | Hint | Reference |
|---|---|---|
EXPR_1 |
None | None |
- Source: native-prompt-markdown-tool
Fast file pattern matching tool that works with any codebase size - Supports glob patterns like "/*.js" or "src//*.ts" - Returns matching file paths so…
- 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 { "$schema": "${EXPR_2} "type": "object", "properties": { "pattern": { "description": "The glob pattern to match files against", "type": "string" }, "path": { "description": "The directory to search in. If not specified, the current working directory will be used. IMPORTANT: Omit this field to use the default directory. DO NOT enter "undefined" or "null" - simply omit it for the default behavior. Must be a valid directory path if provided.", "type": "string" } }, "required": [ "pattern" ], "additionalProperties": false }