codegraph_nodes
List code entities of a given type from the codebase graph, ordered by PageRank to surface the most connected nodes first, enabling efficient structural exploration.
Instructions
List all nodes of a given type, sorted by PageRank (most connected first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| type | Yes | ||
| limit | No | Max results (default 50) | |
| token_budget | No | Return highest-rank nodes within this token budget |