list_entry_points
Identify and retrieve project entry points like main functions, handlers, and HTTP routes to understand code flow.
Instructions
Detect and list likely entry points in a project (main, handlers, HTTP routes, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entry points to return (default 20) | |
| project_id | Yes | Project ID |