Find entry points
find_entry_pointsFind where execution starts by listing modules that nothing else imports, helping you orient in an unfamiliar codebase before reading source.
Instructions
Lists the modules nothing else imports — where execution starts. Useful for orienting in an unfamiliar codebase before reading any source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Absolute or relative path to the source directory to analyse |