searchGlob
Locate files in a directory by matching a specific glob pattern. Specify the pattern and path to streamline file searches efficiently.
Instructions
Search for files matching a pattern
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | The directory to search in. Defaults to the current working directory. | |
pattern | Yes | The glob pattern to match files against |