glob_files
Locate files by pattern across a directory tree. Provide a pattern and optional base directory to search from.
Instructions
Find files matching a glob pattern (e.g. '/*.ts', 'src//*.py').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern (e.g. '**/*.py', 'src/**/*.ts', '*.json'). | |
| base_path | No | Directory to search from (default: current directory). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |