List TypeScript/JavaScript project files
ast_list_filesLists source files included by a project's tsconfig in deterministic, project-relative, paginated form, with optional substring filtering to locate relevant code paths quickly.
Instructions
Lists source files included by the project's tsconfig in deterministic, project-relative, paginated form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (1-500). | |
| offset | No | Zero-based result offset. | |
| glob_filter | No | Optional case-insensitive substring used to filter project-relative paths. | |
| project_root | Yes | Absolute project directory containing tsconfig.json, or the config path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| next_offset | Yes |