query_entry_points
Retrieve codebase entry points with pagination and optional detailed function metadata for analysis.
Instructions
Retrieve identified entry points in the codebase with optional pagination and detail level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entry points to return | |
| offset | No | Offset for pagination | |
| include_details | No | Include full function metadata (edges, decorators, etc.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| total | No | ||
| offset | No | ||
| entry_points | Yes | ||
| analysis_status | No | ||
| include_details | No |