search_files
Search for files and directories matching a pattern recursively. Supports content matching, exclusion rules, and custom output formats (text or JSON). Ideal for locating specific data within complex filesystems.
Instructions
Recursively search for files and directories matching a pattern.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content_match | No | ||
exclude_patterns | No | ||
format | No | text | |
max_results | No | ||
path | Yes | ||
pattern | Yes | ||
recursive | No |