get_symbol_context
Retrieve detailed information about a function or class, including its callers and callees, returned as Markdown.
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. |