get_node_detail
Get full details of a specific node by its ID, including path, layer, tags, and complexity. Use query_nodes to find the ID first.
Instructions
Get full details of a specific node by its ID.
Args: node_id: Unique node ID (e.g., "upstream:function:src/auth/login.ts::loginUser"). Use query_nodes to find IDs. project: Project name. Leave empty if only one project.
Returns: Complete node details including path, layer, tags, complexity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |