Get code snippet
get_code_snippetRetrieve source code for a function or class by qualified name. Returns the code snippet for the specified symbol.
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 |
|---|---|---|---|
| project | Yes | ||
| qualified_name | Yes | Full qualified_name from search_graph, or short function name | |
| include_neighbors | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||