get_entry_points
Identify and rank functions likely to be execution entry points—routes, handlers, main, and exported APIs—to help navigate codebases efficiently.
Instructions
Score functions by likelihood of being execution entry points: routes, handlers, main, exported APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum number of entry points to return (default 20). | |
| project | No | Project name/path (default: active). |