get_symbol_context
Retrieve detailed information about a function or class, including callers and callees, as Markdown for understanding 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 |
|---|---|---|---|
| file | No | Optional relative path to disambiguate symbols with the same name. | |
| repo | No | Optional absolute path to the repository to scope results. | |
| project | No | Optional project_id to scope results (alternative or complement to 'repo' — see `memex init --project-id`). | |
| symbol_name | Yes | The name of the function or class to look up. |