get_node_info
Retrieve full details for a code node, including source snippet, signature, kind, and file location. Use to inspect a symbol's implementation after searching.
Instructions
Get full info for a node: source snippet, signature, kind, file location. Use after search_symbols when you need to read a specific symbol's implementation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| error | No | ||
| source | No | ||
| docstring | No | ||
| signature | No | ||
| resolver_status | No | ok |