get_symbol_context
Retrieve detailed Markdown context for a function or class, including callers and callees, to understand code dependencies.
Instructions
Returns detailed information about a specific function or class as a Markdown string including callers/callees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | The name of the function or class to look up. | |
| file | No | Optional relative path to disambiguate symbols with the same name. | |
| repo | No | Optional absolute path to the repository to scope results. |