get_code_snippet
Retrieve source code for any function, class, or symbol by providing its qualified name. Use after search_graph to get the exact code snippet.
Instructions
Read source code for a function/class/symbol. IMPORTANT: First call search_graph to find the exact qualified_name, then pass it here. This is a read tool, not a search tool. Accepts full qualified_name (exact match) or short function name (returns suggestions if ambiguous).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qualified_name | Yes | Full qualified_name from search_graph, or short function name | |
| project | Yes | ||
| include_neighbors | No |