Analyse repository
analyze_repositoryBuild a dependency graph of a codebase to get architectural context: file count, import edges, entry points, circular dependencies, and complex modules, without reading every file.
Instructions
Builds a dependency graph for a codebase and returns a summary: file count, import edges, entry points, circular dependencies and the most complex modules. Use this instead of reading every file when you need architectural context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Absolute or relative path to the source directory to analyse |