getCriticalPoints
Identifies all critical operations (database reads/writes, HTTP requests, file I/O, exec calls) reachable from any function, semantically classifying what each function does.
Instructions
Get all critical operations (database reads/writes, HTTP requests, file I/O, exec calls) reachable from a function. This is the unique value of MCP vs raw search — it semantically classifies what each function actually DOES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryPoint | No | Function name or keyword. If empty, returns all critical points project-wide. |