get_symbol
Retrieve full source code for specific symbols identified in GitHub repositories using AST parsing to reduce token consumption.
Instructions
Get the full source code of a specific symbol. Use after identifying relevant symbols via get_file_outline or search_symbols.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (owner/repo or just repo name) | |
| symbol_id | Yes | Symbol ID from get_file_outline or search_symbols |