search_files
Find files by name or extension using glob patterns within allowed directories. Returns up to 100 matches for quick inspection.
Instructions
Searches for files matching a glob pattern within a directory tree. Results are capped at 100 entries. Path must be within allowed roots.
Use this when looking for specific files by name or extension within a project. Does not modify system state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |