get_symbol_context
Retrieve detailed context for any function or class, including callers and callees, with optional scoping by file, repo, or project.
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. |