Tools
get_code_graph_from_node_name
Retrieves the code graph structure associated with a specific node name (works best with py, js, ts).
Usage
The get_code_graph_from_node_name
tool fetches the code graph structure linked to a specific node name. Like its node ID counterpart, this tool is most effective for Python, JavaScript, and TypeScript code, providing a structural view of the code and its relationships.
Parameters
node_name
(string): The exact name of the node you want to retrieve the code graph for.