List snapshot files
src_globUse this when you need to discover files in an app's source snapshot. Returns file paths matching a glob pattern (no content). Useful for exploring project structure before reading or searching files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | Glob pattern to match files (default: **/*) | **/* |
| path | No | Directory path to search within | |
| app_id | Yes | Target app id | |
| version | No | Version to inspect (defaults to applied version) | |
| include_dirs | No | Include directory paths in results | |
| continuation_token | No | Token from previous response for pagination |