search_files
Search for files by name pattern (glob) in a specified directory, with an optional limit on the number of results.
Instructions
Search for files by name pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Search root path | |
| pattern | Yes | File name pattern (glob) | |
| maxResults | No | Maximum results (default: 50) |