codegraph_nodes
Retrieve all nodes of a specific type (class, function, module, etc.) from your codebase graph. Specify the path and node type to list relevant code entities.
Instructions
List all nodes of a given type in the graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| type | Yes | ||
| limit | No | Max results (default 50) |