search_files
Find files by filename or text content under a root directory, using query and optional glob filters. Supports case sensitivity and size limits for efficient, read-only search.
Instructions
Search filenames and optionally UTF-8-compatible text contents below a root directory. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | * | |
| root | Yes | ||
| query | Yes | ||
| max_results | No | ||
| case_sensitive | No | ||
| max_file_bytes | No | ||
| search_contents | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||