Inspect Repository
repo_inspectInspect a repository's structure, languages, package managers, scripts, entrypoints, and git metadata to understand its setup and identify key files for onboarding or analysis.
Instructions
Inspect repository shape, languages, package managers, script names, entrypoints, and git metadata. Returns up to 200 representative file paths; pass includeScripts:true to get full script command bodies instead of just names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repository path. Defaults to current working directory. | |
| includeScripts | No | Include full package.json script command bodies, not just their names. Defaults to false. |