get_entry_points
Identify functions most likely to be execution entry points in your codebase, such as routes, handlers, and exported APIs, using structural analysis.
Instructions
Score functions by likelihood of being execution entry points: routes, handlers, main, exported APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name/path (default: active). | |
| max_results | No | Maximum number of entry points to return (default 20). |